Class
Axis

Represents an axis within a RadCartesianChart instance.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public abstract class Axis : ChartElement

Inheritance: objectChartElementAxis

Derived Classes: CartesianAxis

Inherited Members ChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

Axis()

Declaration

cs-api-definition
protected Axis()

Fields

LabelFitModeProperty

Identifies the LabelFitMode property.

Declaration

cs-api-definition
public static readonly BindableProperty LabelFitModeProperty

Field Value

BindableProperty

LabelFontSizeProperty

Identifies the LabelFontSize property.

Declaration

cs-api-definition
public static readonly BindableProperty LabelFontSizeProperty

Field Value

BindableProperty

LabelFormatProperty

Identifies the LabelFormat property.

Declaration

cs-api-definition
public static readonly BindableProperty LabelFormatProperty

Field Value

BindableProperty

LabelFormatterProperty

Identifies the LabelFormatter property.

Declaration

cs-api-definition
public static readonly BindableProperty LabelFormatterProperty

Field Value

BindableProperty

LabelTextColorProperty

Identifies the LabelTextColor property.

Declaration

cs-api-definition
public static readonly BindableProperty LabelTextColorProperty

Field Value

BindableProperty

LineColorProperty

Identifies the LineColor property.

Declaration

cs-api-definition
public static readonly BindableProperty LineColorProperty

Field Value

BindableProperty

LineDashArrayProperty

Identifies the LineDashArray property.

Declaration

cs-api-definition
public static readonly BindableProperty LineDashArrayProperty

Field Value

BindableProperty

MajorTickBackgroundColorProperty

Identifies the MajorTickBackgroundColor property.

Declaration

cs-api-definition
public static readonly BindableProperty MajorTickBackgroundColorProperty

Field Value

BindableProperty

MajorTickThicknessProperty

Identifies the MajorTickThickness property.

Declaration

cs-api-definition
public static readonly BindableProperty MajorTickThicknessProperty

Field Value

BindableProperty

ShowLabelsProperty

Identifies the ShowLabels property.

Declaration

cs-api-definition
public static readonly BindableProperty ShowLabelsProperty

Field Value

BindableProperty

Properties

LabelFitMode

Gets or sets the LabelFitMode.

Declaration

cs-api-definition
public AxisLabelFitMode LabelFitMode { get; set; }

Property Value

AxisLabelFitMode

LabelFontSize

Gets or sets the LabelFontSize.

Declaration

cs-api-definition
public double LabelFontSize { get; set; }

Property Value

double

LabelFormat

Gets or sets the format to display label data.

Declaration

cs-api-definition
public string LabelFormat { get; set; }

Property Value

string

LabelFormatter

Gets or sets the label formatter.

Declaration

cs-api-definition
public ILabelFormatter LabelFormatter { get; set; }

Property Value

ILabelFormatter

LabelTextColor

Gets or sets the LabelTextColor.

Declaration

cs-api-definition
public Color LabelTextColor { get; set; }

Property Value

Color

LineColor

Gets or sets the LineColor.

Declaration

cs-api-definition
public Color LineColor { get; set; }

Property Value

Color

LineDashArray

Gets or sets the LineStroke.

Declaration

cs-api-definition
public double[] LineDashArray { get; set; }

Property Value

double[]

MajorTickBackgroundColor

Gets or sets the MajorTickBackgroudColor.

Declaration

cs-api-definition
public Color MajorTickBackgroundColor { get; set; }

Property Value

Color

MajorTickThickness

Gets or sets the MajorTickThickness.

Declaration

cs-api-definition
public double MajorTickThickness { get; set; }

Property Value

double

ShowLabels

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

Declaration

cs-api-definition
public bool ShowLabels { get; set; }

Property Value

bool

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

cs-api-definition
public virtual bool IsDefaultValue(string propertyName)

Parameters

propertyName

string

Returns

bool