Specifies the plot-area edge where a chart axis is positioned.
Definition
Namespace:Telerik.Maui.Controls.Charts
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum ChartAxisLocation
Fields
Places the axis on the bottom edge of the plot area.
C#
Bottom = 0
Places the axis on the left edge of the plot area.
C#
Left = 2
Places the axis on the right edge of the plot area.
C#
Right = 3
Places the axis on the top edge of the plot area.
C#
Top = 1