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

BootstrapClientChartBase.TooltipHidden Event

Fires when a point’s tooltip becomes hidden.

Declaration

TooltipHidden: ASPxClientEvent<BootstrapClientChartBaseTooltipHiddenEventHandler<BootstrapClientChartBase>>

Event Data

The TooltipHidden event's data class is BootstrapUIWidgetElementActionEventArgs. The following properties provide information specific to this event:

Property Description
component The widget instance. Inherited from BootstrapUIWidgetEventArgsBase.
element The widget’s container. Inherited from BootstrapUIWidgetEventArgsBase.
target The DOM element that initiated the event.

Remarks

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

See Also