Winnovative Web Chart Documentation

WinChartInitialize Property

Winnovative Web Chart
Gets or sets a value indicating whether this WinChart is initializing. If you are programatically modifing several properties of a chart control, each property change will force the redrawing of the chart, so in the end it might take a long time to finish the opperations. If this property is set to true, the chart will not redraw; the way to use this is by settin Initialize to true, changing the properties, setting Initialize to false, and calling the draw method of the chart control.

Namespace:  Winnovative
Assembly:  Winnovative.WebChart (in Winnovative.WebChart.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public bool Initialize { get; set; }

Property Value

Type: Boolean
true if initializing; otherwise, false.
See Also

Reference