Class AxisLocation
Defines the supported position for horizontally and vertically rendered axis.
Inheritance
Namespace: Telerik.Maui.Controls.Compatibility.Chart
Assembly: Telerik.Maui.Controls.Compatibility.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
Left
The vertical axis should be located at the left side of the plot area.
Declaration
public const AxisLocation Left
Field Value
Right
The vertical axis should be located at the right side of the plot area.
Declaration
public const AxisLocation Right
Field Value
Top
The horizontal axis should be located above the plot area.
Declaration
public const AxisLocation Top
Field Value
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
value__
Declaration
public int value__
Field Value
System.
|