CategoricalAxis
Class
Defines an axis that treats distinct points as "Categories" rather than "Values".
Definition
Namespace:Telerik.Windows.Controls.ChartView
Assembly:Telerik.Windows.Controls.Chart.dll
Syntax:
C#
public class CategoricalAxis : CartesianAxis, IChartElementPresenter
Inheritance: objectRadControlBasePresenterBaseChartElementPresenterAxisLineAxisCartesianAxisCategoricalAxis...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the CategoricalAxis class.
C#
public CategoricalAxis()
Fields
GapLengthProperty
DependencyProperty
Identifies the GapLength dependency property.
C#
public static readonly DependencyProperty GapLengthProperty
Properties
Gets the objects that contain information about an axis category.
C#
public IEnumerable<ChartAxisCategoryInfo> Categories { get; }
Gets or sets the gap (in the range [0, 1]) to be applied when calculating each plotted CategoricalSeries position.
C#
public double GapLength { get; set; }
Gets or sets the step at which ticks are positioned.
C#
public int MajorTickInterval { get; set; }
Gets or sets the plot mode used to position points along the axis.
C#
public AxisPlotMode PlotMode { get; set; }