SciChart.Charting Assembly : SciChart.Charting.Visuals.Axes.LabelProviders Namespace
SciChart.Charting.Visuals.Axes.LabelProviders Namespace
Classes
 ClassDescription
Class A Templateable Control to display axis titles
ClassThe DateTimeLabelFormatter 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 SciChart.Charting.Visuals.Axes.DateTimeAxis.SubDayTextFormatting property to alter text-formatting when the date-range switches to intra-day
Class Provides a class for tick axis labels rendering.
Class 
ClassThe DiscontinuousDateTimeLabelProvider 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 SciChart.Charting.Visuals.Axes.DateTimeAxis.SubDayTextFormatting property to alter text-formatting when the date-range switches to intra-day
ClassDefault LabelProvider for bottom axis in SciChart.Charting.Visuals.Axes.DoubleScaleNumericAxis
ClassDefault LabelProvider for top axis in SciChart.Charting.Visuals.Axes.DoubleScaleNumericAxis
ClassBase class to define a LabelProvider. The LabelProvider may be set or data-bound to the SciChart.Charting.Visuals.Axes.AxisCore.LabelProvider property, allowing programmatic overriding of axis labels. Create a class which implements ILabelProvider and return string values from the ILabelProvider.FormatLabel and ILabelProvider.FormatCursorLabel methods
ClassThe LogarithmicNumericLabelFormatter is a pass-through which uses the SciChart.Charting.Visuals.Axes.AxisCore.TextFormatting property to format axis text labels
ClassThe NumericLabelFormatter 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
Class Provides a class for tick axis labels rendering.
Class 
Class
ClassThe SmartDateLabelProvider class implements logic to select an appropriate label format based on the axis's SciChart.Charting.Visuals.Axes.AxisCore.VisibleRange and specified settings. It is used for formatting axis and cursor label texts, ensuring labels are displayed in a clear and context-appropriate manner.
Class A Templateable Control to display axis titles
Class A Templateable Control to display axis titles
ClassThe DateTimeLabelFormatter 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.
ClassA LabelFormatter instance to use on stock charts. Designed to be used with the SciChart.Charting.Visuals.Axes.CategoryDateTimeAxis and applied by default on the SciChart.Charting.Visuals.TradeChart.SciStockChart control
Interfaces
 InterfaceDescription
InterfaceInterface to define a LabelProvider. The LabelFormatter may be set or data-bound to the SciChart.Charting.Visuals.Axes.AxisCore.LabelProvider property, allowing programmatic overriding of axis labels. Create a class which implements ILabelProvider and return string values from the FormatLabel and FormatCursorLabel methods
Interface Defines the base interface to a Tick Label Viewmodel - a viewmodel which each Axis Tick Label will bind to
Enumerations
 EnumerationDescription
EnumerationSpecifies the supported formats for axis labels by SmartDateLabelProvider. This enumeration defines various formatting options to control how labels are displayed on the axis.
See Also