ChartControl.EndLoading Event
In This Article
Occurs when the Chart Control’s object model is completely initialized.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
public event EventHandler EndLoading
#Event Data
The EndLoading event's data class is EventArgs.
#Remarks
This notification event is fired when the Chart Control is created and its object model is completely initialized.
See Also