Stores info about active pointerdown events
A unique Id for the IChartModifierBase
The helper property to get and set the list of included renderable series
A callback to invalidate the parent SciChartSurfaceBase
Specifies a string ID to group modifiers.
Gets or sets whether we should display the tooltip. Default is true
When true, this modifier can receive mouse events
Gets or sets the stroke color of the crosshair as an HTML Color code
Gets or sets the stroke color of the crosshair as an HTML Color code
Gets or sets the strokethickness of the crosshair line
Gets or sets the strokethickness of the crosshair line
The primary action execute condition that modifier should respond to
The primary action execute condition that modifier should respond to
When true, the modifier is attached to a SciChartSurfaceBase
When true, a crosshair line will be displayed from the hovered point location to the far axis wall
When true, a crosshair line will be displayed from the hovered point location to the far axis wall
When true, the modifier is enabled
When true, the modifier is enabled
The type of Chart Modifier, see EModifierType for a list of values
Gets or sets the parent div element reference or id for the Tooltip
Gets or sets the parent div element reference or id for the Tooltip
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.
The secondary action execute condition that modifier should respond to
The secondary action execute condition that modifier should respond to
Applies a theme (defined by IThemeProvider) to the current element
The theme data to apply
Checks execute condition
Checks execute primary and secondary conditions
Deletes native (WebAssembly) memory used by this type, after which it cannot be used.
Gets all series on the parent surface.
Returns all visible and included renderable series. The list also contains included visible stacked renderable series This calls this.testIsIncludedSeries so it is best to customise the including check behaviour there.
Checks if event conditions should trigger the modifier action
current event info as ModifierMouseArgs
Includes renderable series. Returns True if the included items list has changed after the operation.
Notifies the parent surface that a property has changed by calling invalidateParentCallback
the property name which has changed
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
Sets the parent SciChartSurfaceBase on this modifier
Generated using TypeDoc
The TooltipModifier3D provides a tooltip for 3D SciChart3DSurface within SciChart's High Performance JavaScript 3D Charts
📚 Docs: https://www.scichart.com/documentation/js/v4/3d-charts/chart-modifier-3d-api/tooltip-modifier-3d/