New to Telerik UI for .NET MAUIStart a free 30-day trial

Axis

Class

Represents an axis within a RadCartesianChart instance.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

C#
public abstract class Axis : ChartElement

Inheritance: objectChartElementAxis

Derived Classes: CartesianAxis

Inherited Members ChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

C#
protected Axis()

Fields

LabelFitModeProperty

BindableProperty

Identifies the LabelFitMode property.

C#
public static readonly BindableProperty LabelFitModeProperty

LabelFontSizeProperty

BindableProperty

Identifies the LabelFontSize property.

C#
public static readonly BindableProperty LabelFontSizeProperty

LabelFormatProperty

BindableProperty

Identifies the LabelFormat property.

C#
public static readonly BindableProperty LabelFormatProperty

LabelFormatterProperty

BindableProperty

Identifies the LabelFormatter property.

C#
public static readonly BindableProperty LabelFormatterProperty

LabelTextColorProperty

BindableProperty

Identifies the LabelTextColor property.

C#
public static readonly BindableProperty LabelTextColorProperty

LineColorProperty

BindableProperty

Identifies the LineColor property.

C#
public static readonly BindableProperty LineColorProperty

LineDashArrayProperty

BindableProperty

Identifies the LineDashArray property.

C#
public static readonly BindableProperty LineDashArrayProperty

Identifies the MajorTickBackgroundColor property.

C#
public static readonly BindableProperty MajorTickBackgroundColorProperty

Identifies the MajorTickThickness property.

C#
public static readonly BindableProperty MajorTickThicknessProperty

ShowLabelsProperty

BindableProperty

Identifies the ShowLabels property.

C#
public static readonly BindableProperty ShowLabelsProperty

Properties

Gets or sets the LabelFitMode.

C#
public AxisLabelFitMode LabelFitMode { get; set; }

Gets or sets the LabelFontSize.

C#
public double LabelFontSize { get; set; }

Gets or sets the format to display label data.

C#
public string LabelFormat { get; set; }

Gets or sets the label formatter.

C#
public ILabelFormatter LabelFormatter { get; set; }

Gets or sets the LabelTextColor.

C#
public Color LabelTextColor { get; set; }

Gets or sets the LineColor.

C#
public Color LineColor { get; set; }

Gets or sets the LineStroke.

C#
public double[] LineDashArray { get; set; }

Gets or sets the MajorTickBackgroudColor.

C#
public Color MajorTickBackgroundColor { get; set; }

Gets or sets the MajorTickThickness.

C#
public double MajorTickThickness { get; set; }

Gets or sets a value indicating whether labels will be displayed on this axis.

C#
public bool ShowLabels { get; set; }

Methods

Tells whether the property with the specified name has a default (invalid) value that should be disregarded while updating the native components.

C#
public virtual bool IsDefaultValue(string propertyName)
Parameters:propertyNamestringReturns:

bool