SciChart.Charting3D Assembly : SciChart.Charting3D.Axis Namespace
SciChart.Charting3D.Axis Namespace
Classes
 ClassDescription
Class Provides an abstract base class for 3D Axis in the SciChart3D Project
Class Defines an entity which renders an Axis Cube in the 3D scene
ClassProvides a Linear, Value DateTime Axis, capable of rendering DateTime ticks on the X-Axis of a SciChart.Charting3D.SciChart3DSurface.
ClassThe 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
ClassProvides 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.
Class LogarithmicNumericLabelProvider3D class for LogarithmicNumericAxis3D
Class The NumericAxis3D provides a 3D axis type which supports numeric (Double, Single, Long, Int) values
ClassProvides a Linear, Value TimeSpan Axis, capable of rendering TimeSpan ticks on the X,Y or Z-Axis of a SciChart.Charting3D.SciChart3DSurface.
ClassA common base class for SciChart.Charting.Visuals.Axes.DateTimeAxis and SciChart.Charting.Visuals.Axes.TimeSpanAxis
ClassThe 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
 InterfaceDescription
InterfaceDefines the base interface to an AxisBase3D used throughout Scichart
InterfaceDefines 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
 EnumerationDescription
Enumeration Enumeration constants to define the 3D axis X, Y or Z.
Enumeration Enumerates possible kinds of Renderable Series clipping by a particular side of the 3D axis
Enumeration Enumerates possible kinds of 3D axis title rotation
Enumeration Enumeration constants to define alignment of Text in 3D space
Enumeration Enumerates possible kinds of 3D axis labels rotation
See Also