EnumAxisLocation
Enum
Defines the supported position for horizontally and vertically rendered axis.
Definition
Namespace:Telerik.Maui.Controls.Compatibility.Chart
Assembly:Telerik.Maui.Controls.Compatibility.dll
Syntax:
cs-api-definition
public enum AxisLocation
Fields
Bottom
The horizontal axis should be located below the plot area.
Left
The vertical axis should be located at the left side of the plot area.
Right
The vertical axis should be located at the right side of the plot area.
Top
The horizontal axis should be located above the plot area.
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.