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

BootstrapClientChartBase.SeriesHoverChanged Event

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

Declaration

SeriesHoverChanged: ASPxClientEvent<BootstrapClientCoordinateSystemChartSeriesHoverChangedEventHandler<BootstrapClientChartBase>>

Event Data

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

See Also