WebChartControl.BeginInit() Method
Starts the WebChartControl‘s initialization. Initialization occurs at runtime.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.1.Web.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
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