com.scichart.charting3d.modifiers Package
Classes
Class | Description |
---|---|
ChartModifierBase3D | Defines the base class to a Chart Modifier, which can be used to extend the interactivity or rendering of the com.scichart.charting3d.visuals.SciChartSurface3D |
FreeLookModifier3D | The FreeLookModifier3D provides the behaviour of free look (free rotation of camera) |
GestureModifierBase3D | |
LegendModifier3D | |
LineProjectionMode | |
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 com.scichart.charting3d.visuals.SciChartSurface3D.getChartModifiers. Child modifiers are stored in the getChildModifiers collection. |
OrbitModifier3D | The OrbitModifier3D provides the behaviour of orbit (rotation around camera target) |
PinchZoomModifier3D | The PinchZoomModifier3D provides zooming of the com.scichart.charting3d.visuals.SciChartSurface3D with the pinch gesture. |
ScaleModifierBase3D | Defines the base class to a 3D Chart Modifier which detects standard scale gesture detected by android.view.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 single com.scichart.charting3d.visuals.renderableSeries.hitTest.SeriesInfo3D<T> 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 com.scichart.charting3d.visuals.renderableSeries.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
Interface | Description |
---|---|
IChartModifier3D |
Enumerations
Enumeration | Description |
---|---|
CrosshairMode | Defines constants for different cursor modes. See TooltipModifier3D |
ProjectionMode | Defines constants for different line Projection modes |
See Also