Specifies whether double is active.
Namespace:
Imsl.Chart2D
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public virtual bool DoubleBuffering { get; set; } |
Visual Basic (Declaration) |
---|
Public Overridable Property DoubleBuffering As Boolean |
Visual C++ |
---|
public: virtual property bool DoubleBuffering { bool get (); void set (bool value); } |
Field Value
A bool which contains the "DoubleBuffering" attribute value.
Remarks
Double buffering reduces flicker when the screen is updated. This
attribute only has an effect if it is set at the root node of the
chart tree.