Skip to main content

BootstrapClientChartBase.Done Event

Fires when the Series and Points chart elements are ready to be accessed.

Declaration

Done: ASPxClientEvent<BootstrapClientChartBaseDoneEventHandler<BootstrapClientChartBase>>

Event Data

The Done event's data class is ASPxClientEventArgs.

Remarks

To access the required series, use the BootstrapChart.SeriesCollection property of the chart instance. The accessed series object allows you to access the required point and then access the point’s label.

To perform custom actions when the chart is drawn, handle the BootstrapUIWidgetBase.Drawn event of the chart.

See Also