CategoricalAxis
Class
Represents a categorical axis that displays discrete categories along the axis rather than continuous values.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class CategoricalAxis : CartesianAxis, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IChartElementPresenter, IStylableElement, IStylableNode, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IShapedElement
Inheritance: objectDisposableObjectRadObjectUIChartElementAxisLineAxisCartesianAxisCategoricalAxis...
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the CategoricalAxis class.
C#
public CategoricalAxis()
Properties
Gets or sets the gap ratio between categories, expressed as a value between 0 and 1.
C#
public double GapLength { get; set; }
Gets or sets the interval between major ticks on the axis, determining which categories display tick marks.
C#
public int MajorTickInterval { get; set; }
Gets or sets the positioning mode that determines how data points are plotted relative to category ticks.
C#
public AxisPlotMode PlotMode { get; set; }