ExpertComponents WebChart
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.
true if initializing; otherwise, false.
Assembly: ExpertComponents.WebChart Version: 2.1.0.18844 (Module: ExpertComponents.WebChart)