Class Axis
Represents an axis within a RadCartesianChart instance.
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public abstract class Axis : ChartElement, IParentElement, IChildElement
Constructors
Axis()
Declaration
protected Axis()
Fields
LabelFitModeProperty
Identifies the LabelFitMode property.
Declaration
public static readonly BindableProperty LabelFitModeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LabelFontSizeProperty
Identifies the LabelFontSize property.
Declaration
public static readonly BindableProperty LabelFontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LabelFormatProperty
Identifies the LabelFormat property.
Declaration
public static readonly BindableProperty LabelFormatProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LabelFormatterProperty
Identifies the LabelFormatter property.
Declaration
public static readonly BindableProperty LabelFormatterProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LabelTextColorProperty
Identifies the LabelTextColor property.
Declaration
public static readonly BindableProperty LabelTextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LineColorProperty
Identifies the LineColor property.
Declaration
public static readonly BindableProperty LineColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LineDashArrayProperty
Identifies the LineDashArray property.
Declaration
public static readonly BindableProperty LineDashArrayProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MajorTickBackgroundColorProperty
Identifies the MajorTickBackgroundColor property.
Declaration
public static readonly BindableProperty MajorTickBackgroundColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
MajorTickThicknessProperty
Identifies the MajorTickThickness property.
Declaration
public static readonly BindableProperty MajorTickThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ShowLabelsProperty
Identifies the ShowLabels property.
Declaration
public static readonly BindableProperty ShowLabelsProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
LabelFitMode
Gets or sets the LabelFitMode.
Declaration
public AxisLabelFitMode LabelFitMode { get; set; }
Property Value
AxisLabelFitMode
|
LabelFontSize
Gets or sets the LabelFontSize.
Declaration
public double LabelFontSize { get; set; }
Property Value
System.Double
|
LabelFormat
Gets or sets the format to display label data.
Declaration
public string LabelFormat { get; set; }
Property Value
System.String
|
LabelFormatter
Gets or sets the label formatter.
Declaration
public ILabelFormatter LabelFormatter { get; set; }
Property Value
ILabelFormatter
|
LabelTextColor
Gets or sets the LabelTextColor.
Declaration
public Color LabelTextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
LineColor
Gets or sets the LineColor.
Declaration
public Color LineColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
LineDashArray
Gets or sets the LineStroke.
Declaration
public double[] LineDashArray { get; set; }
Property Value
System.Double[]
|
MajorTickBackgroundColor
Gets or sets the MajorTickBackgroudColor.
Declaration
public Color MajorTickBackgroundColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
MajorTickThickness
Gets or sets the MajorTickThickness.
Declaration
public double MajorTickThickness { get; set; }
Property Value
System.Double
|
ShowLabels
Gets or sets a value indicating whether labels will be displayed on this axis.
Declaration
public bool ShowLabels { get; set; }
Property Value
System.Boolean
|
Methods
IsDefaultValue(String)
Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.
Declaration
public virtual bool IsDefaultValue(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Boolean
|