Skip to main content
A newer version of this page is available. .

WebChartControl.BeginInit() Method

Starts the WebChartControl‘s initialization. Initialization occurs at runtime.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v18.2.Web.dll

Declaration

public void BeginInit()

Remarks

The BeginInit method starts initializing a component, and the WebChartControl.EndInit method ends the initialization. Use the BeginInit and EndInit methods to prevent the control from being used until it has been completely initialized.

Note

Calling the BeginInit method prevents any validation from being performed until the WebChartControl.EndInit method is called. This may lead to unexpected results in the case of any initialization errors.

Implements

See Also