WebChartControl.EndLoading Event
In This Article
Occurs when the Web Chart Control’s object model has been completely initialized.
Namespace: DevExpress.XtraCharts.Web
Assembly: DevExpress.XtraCharts.v24.2.Web.dll
NuGet Package: DevExpress.Web.Visualization
#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