ClassCategoricalAxis
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:
cs-api-definition
public class CategoricalAxis : CartesianAxis
Inheritance: objectChartElementAxisCartesianAxisCategoricalAxis
Inherited Members
Constructors
CategoricalAxis()
Declaration
cs-api-definition
public CategoricalAxis()
Fields
GapLengthProperty
Identifies the GapLength property.
Declaration
cs-api-definition
public static readonly BindableProperty GapLengthProperty
Field Value
BindableProperty
MajorTickIntervalProperty
Identifies the MajorTickInterval property.
Declaration
cs-api-definition
public static readonly BindableProperty MajorTickIntervalProperty
Field Value
BindableProperty
PlotModeProperty
Identifies the PlotMode property.
Declaration
cs-api-definition
public static readonly BindableProperty PlotModeProperty
Field Value
BindableProperty
Properties
GapLength
Gets or sets the GapLength.
MajorTickInterval
Gets or sets the MajorTickInterval.
PlotMode
Gets or sets the PlotMode.
Declaration
cs-api-definition
public AxisPlotMode PlotMode { get; set; }
Property Value