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

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

Definition

Constructors

C#
protected CartesianAxis()

Fields

LocationProperty

BindableProperty

Identifies the Location property.

C#
public static readonly BindableProperty LocationProperty

Properties

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

C#
public AxisLocation Location { 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 override bool IsDefaultValue(string propertyName)
Parameters:propertyNamestringReturns:

bool

Overrides: Axis.IsDefaultValue(string)