In This Topic
Gets or sets a value indicating whether this control should redraw its surface using a secondary buffer to reduce or prevent flicker.
Syntax
'Declaration
Protected Overrides Property DoubleBuffered As Boolean
'Usage
Dim instance As FpChart
Dim value As Boolean
instance.DoubleBuffered = value
value = instance.DoubleBuffered
protected override bool DoubleBuffered {get; set;}
Property Value
true if the surface of the control should be drawn using double buffering; otherwise, false.
See Also