Namespace com.scichart.charting3d.modifiers
Classes
ChartModifierBase3D
Defines the base class to a Chart Modifier, which can be used to extend the interactivity or rendering of the SciChartSurface3D
FreeLookModifier3D
The FreeLookModifier3D provides the behaviour of free look (free rotation of camera)
GestureModifierBase3D
LegendModifier3D
MasterSlaveTouchModifierBase3D
Provides a base class for Linked 3D Chart Modifiers. Classes that inherit this allow touch events and interaction to occur across Chart Panes
ModifierGroup3D
Allows a collection of modifiers to be added to the SciChartSurface3D#getChartModifiers(). Child modifiers are stored in the ModifierGroup3D#getChildModifiers() collection.
OrbitModifier3D
The OrbitModifier3D provides the behaviour of orbit (rotation around camera target)
PinchZoomModifier3D
The PinchZoomModifier3D provides zooming of the SciChartSurface3D with the pinch gesture.
ScaleModifierBase3D
Defines the base class to a 3D Chart Modifier which detects standard scale gesture detected by ScaleGestureDetector
SwitchableModifierGroup3D
Defines a special ModifierGroup3D which allows to organize child modifiers in groups and switch between them
TooltipModifier3D
The TooltipModifier3D provides a touch-over tooltip to a chart, outputting a singleSeriesInfo3D object to bind to which updates as the touch moves over data-points
TooltipModifierBase3D
The TooltipModifierBase3D is part of the ChartModifier3D API which provides a touch-over templated tooltip, provided by the output of the Hit-Test operation on a IRenderableSeries3D.
TouchModifierBase3D
Defines the base class to a 3D Chart Modifier which performs manual processing of touch events
VertexSelectionModifier3D
Defines a modifier which provides the behaviour of selection of vertices on a 3D chart
ZoomExtentsModifier3D
The ZoomExtentsModifier3D provides the behaviour of zoom camera to fit on mouse double click on a 3D chart
Interfaces
IChartModifier3D
LineProjectionMode
Enums
CrosshairMode
Defines constants for different cursor modes. See com.scichart.charting3d.modifiers.TooltipModifier3D
ProjectionMode
Defines constants for different line Projection modes