Options
All
  • Public
  • Public/Protected
  • All
Menu

Arguments passed into the callback for SeriesSelectionModifier3D.hoverChanged event

Hierarchy

  • HoveredChangedArgs3D

Index

Constructors

constructor

Properties

Readonly allSeries

allSeries: IRenderableSeries3D[]

The array of all series at the time of the event. Query IRenderableSeries3D.isHovered to determine if it is hovered or not

Readonly hitTestInfo

hitTestInfo: SeriesInfo3D

The hit-test info for this event, if available.

Readonly hoveredSeries

hoveredSeries: IRenderableSeries3D[]

The array of hovered series at the time of the event

Readonly source

The source SeriesSelectionModifier3D which raised the event

Generated using TypeDoc