Options
All
  • Public
  • Public/Protected
  • All
Menu

Optional parameters used to configure a OverviewRangeSelectionModifier at construct time

Hierarchy

Index

Properties

Optional executeOn

executeOn: EExecuteOn

Defines the operation that modifier should respond to

Optional id

id: string

A unique Id for the ChartModifierBase2D

Optional modifierGroup

modifierGroup: string

Defines the Modifier Group string - a grouping by ID for sharing mouse events across charts

Optional onSelectedAreaChanged

onSelectedAreaChanged: (area?: NumberRange) => void

Type declaration

Optional xAxisId

xAxisId: string

Optional xyDirection

xyDirection: EXyDirection

Defines the Xy Direction - whether the modifier works in X, Y or XY or neither direction, for vertical charts the behaviour could be inverted, for example for vertical chart with RubberBandXyZoomModifier and EXyDirection.XDirection the modifier works on Y axis

Optional yAxisId

yAxisId: string

Generated using TypeDoc