ClassCategoricalAxis
Defines an axis that treats distinct points as "Categories" rather than "Values".
Definition
Namespace:Telerik.UI.Xaml.Controls.Chart
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class CategoricalAxis : CartesianAxis, IChartElementPresenter, IElementPresenter
Inheritance: objectRadControlPresenterBaseChartElementPresenterAxisLineAxisCartesianAxisCategoricalAxis
Derived Classes:
Implements:
Inherited Members
Constructors
CategoricalAxis()
Initializes a new instance of the CategoricalAxis class.
Declaration
public CategoricalAxis()
Fields
AutoGroupProperty
Identifies the AutoGroup dependency property.
Declaration
public static readonly DependencyProperty AutoGroupProperty
Field Value
DependencyProperty
GapLengthProperty
Identifies the GapLength dependency property.
Declaration
public static readonly DependencyProperty GapLengthProperty
Field Value
DependencyProperty
MajorTickIntervalProperty
Identifies the MajorTickInterval dependency property.
Declaration
public static readonly DependencyProperty MajorTickIntervalProperty
Field Value
DependencyProperty
PlotModeProperty
Identifies the PlotMode dependency property.
Declaration
public static readonly DependencyProperty PlotModeProperty
Field Value
DependencyProperty
Properties
AutoGroup
Gets or sets a value indicating whether the axis will perform its own grouping logic or it will consider each data point as a new group.
GapLength
Gets or sets the gap (in the range [0, 1]) to be applied when calculating each plotted CategoricalSeries position.
MajorTickInterval
Gets or sets the step at which ticks are positioned.
PlotMode
Gets or sets the plot mode used to position points along the axis.
Declaration
public AxisPlotMode PlotMode { get; set; }
Property Value