Back to Devexpress

ChartControl.EndLoading Event

windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-18ff76bd.md

latest1.1 KB
Original Source

ChartControl.EndLoading Event

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.UI.dll

NuGet Package : DevExpress.Win.Charts

Declaration

csharp
public event EventHandler EndLoading
vb
Public Event EndLoading As EventHandler

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

ChartControl Class

ChartControl Members

DevExpress.XtraCharts Namespace