Options
All
  • Public
  • Public/Protected
  • All
Menu

Arguments passed into the callback for DataPointSelectionModifier.selectionChanged event

Hierarchy

  • DataPointSelectionChangedArgs

Index

Constructors

Properties

Constructors

constructor

Properties

Readonly selectedDataPoints

selectedDataPoints: DataPointInfo[]

The array of selected datapoints at the time of the event. These are datapoints on any BaseDataSeries which have metadata with IPointMetadata.isSelected = true. Query DataPointInfo for more details about the series and data-point index that was selected

Readonly source

The source DataPointSelectionModifier which raised the event

Generated using TypeDoc