New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a categorical axis for chart controls that displays discrete categories.

Definition

Constructors

C#
public CategoricalAxis()

Fields

GapLengthProperty

BindableProperty

Identifies the GapLength property.

C#
public static readonly BindableProperty GapLengthProperty

Identifies the MajorTickInterval property.

C#
public static readonly BindableProperty MajorTickIntervalProperty

PlotModeProperty

BindableProperty

Identifies the PlotMode property.

C#
public static readonly BindableProperty PlotModeProperty

Properties

Gets or sets the GapLength.

C#
public double GapLength { get; set; }

Gets or sets the MajorTickInterval.

C#
public int MajorTickInterval { get; set; }

Gets or sets the PlotMode.

C#
public AxisPlotMode PlotMode { get; set; }