ClassCartesianAxis
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:
cs-api-definition
public abstract class CartesianAxis : Axis
Inheritance: objectChartElementAxisCartesianAxis
Derived Classes:
Inherited Members
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
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.