CartesianAxis
Class
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:
C#
public abstract class CartesianAxis : Axis
Inheritance: objectChartElementAxisCartesianAxis
Derived Classes:
Inherited Members
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; }