Interface | Description |
---|---|
IAxis3D |
Defines the base interface to and
AxisBase3D used by SciChart 3D |
Class | Description |
---|---|
AxisBase3D<T extends java.lang.Comparable<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
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
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
SciChartSurface3D |
Enum | 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
|