Class CartesianAxis
Inherited Members
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public abstract class CartesianAxis : Axis, IParentElement, IChildElement
Constructors
CartesianAxis()
Declaration
protected CartesianAxis()
Fields
LocationProperty
Identifies the Location property.
Declaration
public static readonly BindableProperty LocationProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Location
Gets or sets the axis location - left or right for vertical axis, top or bottom for horizontal axis.
Declaration
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
public override bool IsDefaultValue(string propertyName)
Parameters
System.String
propertyName
|
Returns
System.Boolean
|