Options
All
  • Public
  • Public/Protected
  • All
Menu

Arguments passed into the callback for SeriesSelectionModifier.selectionChanged event

Hierarchy

  • SelectionChangedArgs

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 selectedSeries

selectedSeries: IRenderableSeries[]

The array of selected series at the time of the event

Readonly source

The source SeriesSelectionModifier which raised the event

Generated using TypeDoc