ChartNodeDoubleBuffering Property |
Specifies whether double is active.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual bool DoubleBuffering { get; set; }
Public Overridable Property DoubleBuffering As Boolean
Get
Set
public:
virtual property bool DoubleBuffering {
bool get ();
void set (bool value);
}
abstract DoubleBuffering : bool with get, set
override DoubleBuffering : bool with get, set
Property Value
Type:
Boolean
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.
See Also