Class AxisLocation
Defines the supported position for horizontally and vertically rendered axis.
Inheritance
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public sealed class AxisLocation : Enum
Fields
Bottom
The horizontal axis should be located below the plot area.
Declaration
public const AxisLocation Bottom
Field Value
|
AxisLocation
|
Left
The vertical axis should be located at the left side of the plot area.
Declaration
public const AxisLocation Left
Field Value
|
AxisLocation
|
Right
The vertical axis should be located at the right side of the plot area.
Declaration
public const AxisLocation Right
Field Value
|
AxisLocation
|
Top
The horizontal axis should be located above the plot area.
Declaration
public const AxisLocation Top
Field Value
|
AxisLocation
|
Unset
The vertical axis should be located at the left side of the plot area. The horizontal axis should be located below the plot area.
Declaration
public const AxisLocation Unset
Field Value
|
AxisLocation
|
value__
Declaration
public int value__
Field Value
|
System.Int32
|