Class CategoricalAxis
Inherited Members
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public class CategoricalAxis : CartesianAxis, IParentElement, IChildElement
Constructors
CategoricalAxis()
Declaration
public CategoricalAxis()
Fields
GapLengthProperty
Identifies the GapLength property.
Declaration
public static readonly BindableProperty GapLengthProperty
Field Value
Xamarin.Forms.BindableProperty
|
MajorTickIntervalProperty
Identifies the MajorTickInterval property.
Declaration
public static readonly BindableProperty MajorTickIntervalProperty
Field Value
Xamarin.Forms.BindableProperty
|
PlotModeProperty
Identifies the PlotMode property.
Declaration
public static readonly BindableProperty PlotModeProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
GapLength
Gets or sets the GapLength.
Declaration
public double GapLength { get; set; }
Property Value
System.Double
|
MajorTickInterval
Gets or sets the MajorTickInterval.
Declaration
public int MajorTickInterval { get; set; }
Property Value
System.Int32
|
PlotMode
Gets or sets the PlotMode.
Declaration
public AxisPlotMode PlotMode { get; set; }
Property Value
AxisPlotMode
|