Class AxisElementPosition
Represents the axis elements position in the ChartAxis. The axis elements can be positioned inside or outside the chart area.
Inheritance
System.Object
AxisElementPosition
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class AxisElementPosition : Enum
Fields
Inside
Positions the elements inside the axis line.
Declaration
public const AxisElementPosition Inside
Field Value
Type |
---|
AxisElementPosition |
Outside
Positions the elements outside the axis line.
Declaration
public const AxisElementPosition Outside
Field Value
Type |
---|
AxisElementPosition |