Back to Devexpress

WebChartControl.EndLoading Event

aspnet-devexpress-dot-xtracharts-dot-web-dot-webchartcontrol-96e4242a.md

latest1.2 KB
Original Source

WebChartControl.EndLoading Event

Occurs when the Web Chart Control’s object model has been completely initialized.

Namespace : DevExpress.XtraCharts.Web

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

NuGet Package : DevExpress.Web.Visualization

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 Web Chart Control is created and its object model has been completely initialized.

See Also

WebChartControl Class

WebChartControl Members

DevExpress.XtraCharts.Web Namespace