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