ExpertComponents WebChart
Initialize Property
Namespaces > ExpertChart > WinChart > Initialize
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.
Syntax
C#Visual BasicManaged C++
public bool Initialize { get; set; }
Public Property Initialize As Boolean
public:
bool Initialize {
	bool get ();
	void set (bool value);
}
Value
true if initializing; otherwise, false.

Assembly: ExpertComponents.WebChart Version: 2.1.0.18844 (Module: ExpertComponents.WebChart)