ChartControl.EndLoading Event
Occurs when the Chart Control’s object model is completely initialized.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.UI.dll
NuGet Package: DevExpress.Win.Charts
Declaration
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