com.scichart.charting3d.visuals.axes Package
Classes
Class | Description |
---|---|
AxisBase3D<T> | Defines a base functionality for 3D Axes used throughout SciChart |
AxisCubeEntity | Defines an entity which renders an Axis Cube in the 3D scene |
DateAxis3D | Provides a Linear, Value Date Axis, capable of rendering Date ticks on the X-Axis of a com.scichart.charting3d.visuals.SciChartSurface3D |
LogarithmicNumericAxis3D | Provides a Logarithmic, Value Numeric Axis, capable of rendering double, int, short, byte, long ticks on the X or Y-Axis of a com.scichart.charting3d.visuals.SciChartSurface3D. |
NumericAxis3D | Provides a Linear, Value Numeric Axis, capable of rendering double, int, short, byte, long ticks on the X,Y or Z-Axis of a com.scichart.charting3d.visuals.SciChartSurface3D |
Interfaces
Interface | Description |
---|---|
IAxis3D | Defines the base interface to and AxisBase3D<T> used by SciChart 3D |
Enumerations
Enumeration | Description |
---|---|
AxisDirection3D | |
AxisPlaneDrawLabelsMode | Defines enum with axis plane modes for drawing labels |
AxisPlaneVisibilityMode | |
AxisSideClipping | Enumerates possible kinds of Renderable Series clipping by a particular side of the 3D axis |
TextAlignment3D | Enumeration constants to define alignment of Text in 3D space |
See Also