Skip to main content
A newer version of this page is available. .

WebChartControl.EndLoading Event

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

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v19.1.Web.dll

Declaration

public event EventHandler EndLoading

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