Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IChartModifierBaseOptions
    • IFreehandDrawingModifierOptions

Index

Properties

Optional annotationOptions

Annotation options used when creating a new drawing.

Optional excludedSeriesIds

excludedSeriesIds: string[]

A list of renderable series to exclude from this modifier

remarks

Also see {@link ChartModifierBase2D.includedSeries} which has methods to include or exclude a series by instance

Optional excludedXAxisIds

excludedXAxisIds: string[]

A list of X axes to exclude from this modifier

remarks

Also see {@link ChartModifierBase2D.includedXAxes} which has methods to include or exclude an axis by instance

Optional excludedYAxisIds

excludedYAxisIds: string[]

A list of Y axes to exclude from this modifier

remarks

Also see {@link ChartModifierBase2D.includedYAxes} which has methods to include or exclude an axis by instance

Optional executeCondition

executeCondition: TModifierExecuteCondition

The primary action execute condition that modifier should respond to

Optional id

id: string

A unique Id for the {@link ChartModifierBase2D}

Optional includedSeriesIds

includedSeriesIds: string[]

A list of renderable series to include to this modifier

remarks

Also see {@link ChartModifierBase2D.includedSeries} which has methods to include or exclude a series by instance

Optional includedXAxisIds

includedXAxisIds: string[]

A list of X axes to include to this modifier

remarks

Also see {@link ChartModifierBase2D.includedXAxes} which has methods to include or exclude an axis by instance

Optional includedYAxisIds

includedYAxisIds: string[]

A list of Y axes to include this modifier

remarks

Also see {@link ChartModifierBase2D.includedYAxes} which has methods to include or exclude an axis by instance

Optional isDrawing

isDrawing: boolean

Starts modifier in active drawing mode. Default false.

Optional keepDrawingAfterComplete

keepDrawingAfterComplete: boolean

When true, drawing mode remains active after one stroke is finished. Default false.

Optional maxPoints

maxPoints: number

Upper bound for point count in one stroke. Values <= 0 disable the cap. Default 6000.

Optional minPointDistancePx

minPointDistancePx: number

Minimum pointer movement (in CSS pixels) required before adding a new point. Default 2.

Optional modifierGroup

modifierGroup: string

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

Optional pointSamplingDistancePx

pointSamplingDistancePx: number

Controls how often freehand segments are sampled while drawing (in CSS pixels). Lower values produce smoother lines (more points), higher values produce fewer segments. Default 2.

Optional secondaryExecuteCondition

secondaryExecuteCondition: TModifierExecuteCondition

The secondary action execute condition that modifier should respond to

Optional simplifyTolerancePx

simplifyTolerancePx: number

Optional post-process simplification tolerance in CSS pixels. Default 0 (disabled).

Optional xAxisId

xAxisId: string

The XAxis Id to be used by annotations internal to the modifier. Set if you have multiple x axes and need to distinguish between horizontal/vertical, or stacked axes

Optional xyDirection

xyDirection: EXyDirection

Defines the {@link EXyDirection | 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 {@link RubberBandXyZoomModifier} and {@link EXyDirection.XDirection} the modifier works on Y axis

Optional yAxisId

yAxisId: string

The YAxis Id to be used by annotations internal to the modifier. Set if you have multiple y axes and need the modifier to use something other than the first one.

Generated using TypeDoc