ChartControl.EndInit() Method
In This Article
Ends the ChartControl's initialization.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Remarks
The Visual Studio .NET design-time environment calls this method to finish initializing a component. The ChartControl.BeginInit method starts the initialization, and 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 Chart
See Also