SciChart.Charting Assembly : SciChart.Charting.Visuals.Axes Namespace
SciChart.Charting.Visuals.Axes Namespace
Classes
 ClassDescription
ClassProvides a container for Axis within the SciChart.Charting.Visuals.SciChartSurface. Styled by control template
ClassProvides base functionality for Axes throughout SciChart. Derived types include NumericAxis, which supports any numeric value, DateTimeAxis, which supports Date values. Axes may be styled, see the tutorials for more details
Class A shared class for 2D and 3D Axis types throughout the SciChart SDK
Class Creates AxisParams instance
ClassProvides a Linear, Category DateTime Axis, capable of rendering DateTime ticks on the X-Axis of a SciChart.Charting.Visuals.SciChartSurface. The CategoryDateTimeAxis is specifically used in stock-charts or financial charts, since the category-nature of the axis automatically collapses weekend gaps and overnight gaps in trading charts. Each data-point is treated as equidistant despite the X Data-value.
Class 
ClassProvides a Linear, Category double Axis, capable of rendering double ticks on the X-Axis of a SciChart.Charting.Visuals.SciChartSurface. The CategoryNumericAxis is specifically used in stock-charts or financial charts, since the category-nature of the axis automatically collapses weekend gaps and overnight gaps in trading charts. Each data-point is treated as equidistant despite the X Data-value.
Class 
ClassProvides a Linear, Value DateTime Axis, capable of rendering DateTime ticks on the X-Axis of a SciChart.Charting.Visuals.SciChartSurface.
Class 
Class 
Class 
ClassProvides a Value Discontinuous DateTime Axis, capable of rendering DateTime ticks on the X-Axis of a SciChart.Charting.Visuals.SciChartSurface. The axis has two scales.
Class 
ClassProvides a panel to draw the background behind a SciChartSurface gridlines area only. Since v2.0 this panel no longer draws gridlines, these are deferred to the SciChart.Drawing.Common.RenderSurfaceBase
Class 
Class 
ClassProvides a Linear, Value Numeric Axis, capable of rendering double, int, short, byte, long ticks on the X or Y-Axis of a SciChart.Charting.Visuals.SciChartSurface.
Class 
Class 
Class 
ClassProvides a Polar, Value Numeric Axis, capable of rendering double, int, short, byte, long ticks on the XAxis of a SciChart.Charting.Visuals.SciChartSurface.
Class 
ClassProvides a Polar, Value Numeric Axis, capable of rendering double, int, short, byte, long ticks on the YAxis of a SciChart.Charting.Visuals.SciChartSurface.
Class 
ClassProvides a Value Numeric Axis, capable of rendering double, int, short, byte, long ticks on an Axis of a SciChart.Charting.Visuals.SciChartRadarSurface.
Class 
ClassProvides base functionality for Ternary Axes throughout SciChart. Derived types include TernaryNumericAxis, which supports any numeric value. Axes may be styled, see the tutorials for more details
Class Provides a class for ticks and axis labels rendering.
ClassProvides a Linear, Value Numeric Axis, capable of rendering double, int, short, byte, long ticks on the X, Y or Z-Axis of a SciChart.Charting.Visuals.SciChartTernarySurface.
ClassProvides a Linear, Value TimeSpan Axis, capable of rendering TimeSpan ticks on the X-Axis of a SciChart.Charting.Visuals.SciChartSurface.
ClassA common base class for DateTimeAxis and TimeSpanAxis
Class 
Interfaces
 InterfaceDescription
Interface Defines the base interface to an Axis used throughout Scichart
Interface A shared base interface for 2D and 3D Axis types throughout the SciChart SDK
InterfaceDefines a set of operations which allows to interact with axis that owns current instance of IAxisInteractivityHelper
InterfaceDefines the interface used to pass the set of parameters to SciChart.Charting.Numerics.TickProviders.ITickProvider.
Interface Defines the interface to a category axis, which treats X-data as linearly increasing regardless of value
InterfaceDefines the interface to the GridLinesPanel, a canvas control which displays grid lines behind the SciChart.Charting.Visuals.SciChartSurface
Interface Axis which implement INotifyDataRangeChanged can be notified of DataRange change
Interface 
Interface Defines the base interface to a Ternary Chart Axis used throughout Scichart
Interface Defines the base interface for a type which can be hit-tested
Structures
 StructureDescription
Structure Defines constants for the current axis setup for this render pass
Enumerations
 EnumerationDescription
EnumerationProvides values which defines autorange behavior for IAxis implementers.
Enumeration Enumeration constants to define the alignment of an axis
Enumeration Defines constants for how Axes behave
EnumerationSpecifies how grid lines appears on a SciChart.Charting.Visuals.SciChartRadarSurface.
Enumeration Enumeration constants to define the alignment of a ternary axis
Enumeration Provides ability to set tick on the right or on the left side of the label
See Also