IMSL C# Numerical Library

ChartNode.DoubleBuffering Property

Specifies whether double is active.

public virtual bool DoubleBuffering {get; set;}

Property 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.

See Also

ChartNode Class | Imsl.Chart2D Namespace