SciChart.Charting3D.Axis Namespace
Classes
| Class | Description | |
|---|---|---|
![]() | AxisBase3D | Provides an abstract base class for 3D Axis in the SciChart3D Project |
![]() | AxisCubeEntity | Defines an entity which renders an Axis Cube in the 3D scene |
![]() | DateTimeAxis3D | Provides a Linear, Value DateTime Axis, capable of rendering DateTime ticks on the X-Axis of a SciChart.Charting3D.SciChart3DSurface. |
![]() | DateTimeLabelProvider3D | The DateTimeLabelProvider3D is a pass-through which uses the SciChart.Charting.Visuals.Axes.AxisCore.TextFormatting and SciChart.Charting.Visuals.Axes.AxisCore.CursorTextFormatting properties to format axis and cursor label texts. It also uses the DateTimeAxis3D.SubDayTextFormatting property to alter text-formatting when the date-range switches to intra-day |
![]() | LogarithmicNumericAxis3D | Provides a Logarithmic, Value Numeric Axis 3D, capable of rendering double, int, short, byte, long ticks on the X, Y or Z-Axis of a SciChart.Charting.Visuals.SciChartSurface. The LogarithmicBase property determines which base is used for the logarithm. |
![]() | LogarithmicNumericLabelProvider3D | LogarithmicNumericLabelProvider3D class for LogarithmicNumericAxis3D |
![]() | NumericAxis3D | The NumericAxis3D provides a 3D axis type which supports numeric (Double, Single, Long, Int) values |
![]() | TimeSpanAxis3D | Provides a Linear, Value TimeSpan Axis, capable of rendering TimeSpan ticks on the X,Y or Z-Axis of a SciChart.Charting3D.SciChart3DSurface. |
![]() | TimeSpanAxis3DBase | A common base class for SciChart.Charting.Visuals.Axes.DateTimeAxis and SciChart.Charting.Visuals.Axes.TimeSpanAxis |
![]() | TimeSpanLabelProvider3D | The TimeSpanLabelProvider3D is a pass-through which uses the SciChart.Charting.Visuals.Axes.AxisCore.TextFormatting and SciChart.Charting.Visuals.Axes.AxisCore.CursorTextFormatting properties to format axis and cursor label texts from TimeSpan data types. Used by the TimeSpanAxis3D type. |
Interfaces
| Interface | Description | |
|---|---|---|
![]() | IAxis3D | Defines the base interface to an AxisBase3D used throughout Scichart |
![]() | ILogarithmicAxis3D | Defines the interface to a logarithmic axis, the value axis which uses a logarithmic scale. The LogarithmicBase property determines which base is used for the logarithm. |
Enumerations
| Enumeration | Description | |
|---|---|---|
![]() | Axis3D | Enumeration constants to define the 3D axis X, Y or Z. |
![]() | AxisSideClipping | Enumerates possible kinds of Renderable Series clipping by a particular side of the 3D axis |
![]() | AxisTitleOrientation3D | Enumerates possible kinds of 3D axis title rotation |
![]() | TextAlignment3D | Enumeration constants to define alignment of Text in 3D space |
![]() | TickLabelOrientation3D | Enumerates possible kinds of 3D axis labels rotation |
See Also


