Class
CartesianAxis

Represents an abstract base class for all cartesian axes in the chart component.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public abstract class CartesianAxis : Axis

Inheritance: objectChartElementAxisCartesianAxis

Derived Classes: CategoricalAxisDateTimeContinuousAxisNumericalAxis

Inherited Members Axis.LabelFitModePropertyAxis.LabelFontSizePropertyAxis.LabelFormatPropertyAxis.LabelTextColorPropertyAxis.LineColorPropertyAxis.LineDashArrayPropertyAxis.MajorTickBackgroundColorPropertyAxis.MajorTickThicknessPropertyAxis.ShowLabelsPropertyAxis.LabelFormatterPropertyAxis.LabelFitModeAxis.LabelFontSizeAxis.LabelFormatterAxis.LabelFormatAxis.LabelTextColorAxis.LineColorAxis.LineDashArrayAxis.MajorTickBackgroundColorAxis.MajorTickThicknessAxis.ShowLabelsChartElement.OnPropertyChanged(string)ChartElement.Key

Constructors

CartesianAxis()

Declaration

cs-api-definition
protected CartesianAxis()

Fields

LocationProperty

Identifies the Location property.

Declaration

cs-api-definition
public static readonly BindableProperty LocationProperty

Field Value

BindableProperty

Properties

Location

Gets or sets the axis location - left or right for vertical axis, top or bottom for horizontal axis.

Declaration

cs-api-definition
public AxisLocation Location { get; set; }

Property Value

AxisLocation

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 override bool IsDefaultValue(string propertyName)

Parameters

propertyName

string

Returns

bool

Overrides Axis.IsDefaultValue(string)