Options
All
  • Public
  • Public/Protected
  • All
Menu

Arguments passed into the callback for SeriesSelectionModifier.hoverChanged event

Hierarchy

  • HoveredChangedArgs

Index

Constructors

constructor

Properties

Readonly allSeries

allSeries: IRenderableSeries[]

The array of all series at the time of the event. Query IRenderableSeries.isSelected to determine if it is selected or not

Readonly hitTestInfo

hitTestInfo: HitTestInfo

The hitTestInfo for this event, if available.

Readonly hoveredSeries

hoveredSeries: IRenderableSeries[]

The array of hovered series at the time of the event

Readonly source

The source SeriesSelectionModifier which raised the event

Generated using TypeDoc