Skip to main content

WebChartControl.EndInit() Method

Ends the WebChartControl‘s initialization.

Namespace: DevExpress.XtraCharts.Web

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

NuGet Package: DevExpress.Web.Visualization

Declaration

public void EndInit()

Remarks

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

Note

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

Implements

See Also