WebChartControl.EndInit() Method
In This Article
Ends the WebChartControl‘s initialization.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.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 Web
See Also