WebChartControl.BeginInit() Method
In This Article
Starts the WebChartControl‘s initialization. Initialization occurs at runtime.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.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 Begin
#Implements
See Also