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

BootstrapClientChartBase.TooltipShown Event

Fires when a point’s tooltip appears.

Declaration

TooltipShown: ASPxClientEvent<BootstrapClientChartBaseTooltipShownEventHandler<BootstrapClientChartBase>>

Event Data

The TooltipShown event's data class is ASPxClientEventArgs.

Remarks

The target event argument specifies the series point whose tooltip appears when a user hovers the mouse cursor over the point.

See Also