Object Reference > Chart2D Object > Chart2D Object Properties > IsDoubleBuffered Property (Chart2D) |
IsDoubleBuffered Property (Chart2D)
Determines how chart updates appear to the user.
Property IsDoubleBuffered As Boolean
When set to true, redrawing the chart is buffered to limit flashing. When set to false, redrawing takes place directly on the screen, which results in less memory used.
See Also