Click or drag to resize
ChartNodeDoubleBuffering Property
Specifies whether double is active.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual bool DoubleBuffering { 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