WebChartControl.EndInit() Method
Ends the WebChartControl‘s initialization.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.1.Web.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
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