Class CategoricalAxis
Inherited Members
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class CategoricalAxis : CartesianAxis, IParentElement, IChildElement
Constructors
CategoricalAxis()
Declaration
public CategoricalAxis()
Fields
GapLengthProperty
Identifies the Gap
Declaration
public static readonly BindableProperty GapLengthProperty
Field Value
Microsoft.
|
MajorTickIntervalProperty
Identifies the Major
Declaration
public static readonly BindableProperty MajorTickIntervalProperty
Field Value
Microsoft.
|
PlotModeProperty
Identifies the Plot
Declaration
public static readonly BindableProperty PlotModeProperty
Field Value
Microsoft.
|
Properties
GapLength
Gets or sets the GapLength.
Declaration
public double GapLength { get; set; }
Property Value
System.
|
MajorTickInterval
Gets or sets the MajorTickInterval.
Declaration
public int MajorTickInterval { get; set; }
Property Value
System.
|
PlotMode
Gets or sets the PlotMode.
Declaration
public AxisPlotMode PlotMode { get; set; }