Skip to main content

BootstrapClientChartBase.PointClick Event

Fires when a user clicks a series point.

Declaration

PointClick: ASPxClientEvent<BootstrapClientChartBasePointClickEventHandler<BootstrapClientChartBase>>

Event Data

The PointClick event's data class is ASPxClientEventArgs.

Remarks

The target event argument specifies the clicked series point.

Note

A click on a series point causes the BootstrapClientChartBase.SeriesClick event to fire after the PointClick event.

See Also