Optional parameters used to configure the modifier
Stores info about active pointerdown events
When true, hover is enabled. Any series under 0the mouse or pointer on mouseMove will be notified as mouseOver
When true, Selection is enabled. Any series under the mouse or pointer device on mouseDown can be selected.
A hover-changed EventHandler. See EventHandler for how to subscribe to and be notified when any Series is hovered or unhovered
An array of currently hovered series which can be observed by subscribing to the hoverChanged event handler
A unique Id for the IChartModifierBase
A callback to invalidate the parent SciChartSurfaceBase
Specifies a string ID to group modifiers.
An array of currently selected series which can be observed by subscribing to the selectionChanged event handler
A selection-changed EventHandler. See EventHandler for how to subscribe to and be notified when any Series is selected or unselected
When true, this modifier can receive mouse events
The operation that modifier should respond to
The operation that modifier should respond to
A hit-test radius in pixels used when selecting series. Defaults to 7
A hit-test radius in pixels used when selecting series. Defaults to 7
When true, the modifier is attached to a SciChartSurfaceBase
When true, the modifier is enabled
When true, the modifier is enabled
The type of Chart Modifier, see EModifierType for a list of values
When true, this modifier should receive events which have been handled by modifiers higher up in the call hierachy.
When true, this modifier should receive events which have been handled by modifiers higher up in the call hierachy.
Applies a theme (defined by IThemeProvider) to the current element
The theme data to apply
Deletes native (WebAssembly) memory used by this type, after which it cannot be used.
Checks if event conditions should trigger the modifier action
current event info as ModifierMouseArgs
Grows the Axis by a fraction around the mouse point
the X,Y location of the mouse at the time of the operation
the Axis to grow or shrink
the fraction, e.g. 0.1 grows the axis by 10%
Called when the modifier is attached to a parent SciChartSurfaceBase
Called when a RenderableSeries is attached to this modifier
Called when a SciChartSubSurface} is attached to the parent SciChartSurface
Called when the modifier is detached from a parent SciChartSurfaceBase
Called when a RenderableSeries is detached from this modifier
Called when a SciChartSubSurface is detached from the parent SciChartSurface
Called when the parent SciChartSurfaceBase is rendered
Sets the parent SciChartSurfaceBase on this modifier
Generated using TypeDoc
Creates an instance of a SeriesSelectionModifier