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

BootstrapClientChartBase.PointHoverChanged Event

Fires when the hover state of a series point has been changed.

Declaration

PointHoverChanged: ASPxClientEvent<BootstrapClientChartBasePointHoverChangedEventHandler<BootstrapClientChartBase>>

Event Data

The PointHoverChanged 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 hover state has been changed.

See Also