AxisLocation
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:
C#
public enum AxisLocation
Fields
The horizontal axis should be located below the plot area.
C#
Bottom = 3
The vertical axis should be located at the left side of the plot area.
C#
Left = 1
The vertical axis should be located at the right side of the plot area.
C#
Right = 2
The horizontal axis should be located above the plot area.
C#
Top = 4
The vertical axis should be located at the left side of the plot area. The horizontal axis should be located below the plot area.
C#
Unset = 0