Skip to main content

ChartControl.EndLoading Event

Occurs when the Chart Control’s object model is completely initialized.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.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