Options
All
  • Public
  • Public/Protected
  • All
Menu

The base class for arguments passed to ChartModifierBase methods

Hierarchy

Index

Properties

Properties

handled

handled: boolean = false

Gets or sets whether the event is handled

remarks

Set handled to true if you want to prevent the event from propagating to subsequent modifiers in the parent SciChartSurfaceBase.chartModifiers collection

If handled is true, the events no longer propagate. To override this behaviour set ChartModifierBase.receiveHandledEvents to true

Generated using TypeDoc