CategoricalAxis
Class
Represents a categorical axis for chart controls that displays discrete categories.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
C#
public class CategoricalAxis : CartesianAxis
Inheritance: objectChartElementAxisCartesianAxisCategoricalAxis
Inherited Members
Constructors
C#
public CategoricalAxis()
Fields
GapLengthProperty
BindableProperty
Identifies the GapLength property.
C#
public static readonly BindableProperty GapLengthProperty
MajorTickIntervalProperty
BindableProperty
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 MajorTickInterval.
C#
public int MajorTickInterval { get; set; }
Gets or sets the PlotMode.
C#
public AxisPlotMode PlotMode { get; set; }