AxisBase.Position Property
OBSOLETE
Use the DisplayPosition property instead.
This property is obsolete (use the DisplayPosition property instead).
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
[Obsolete("Use the DisplayPosition property instead.")]
public AxisPosition Position { get; set; }
Property Value
| Type |
|---|
| AxisPosition |
Available values:
| Name | Description |
|---|---|
| Near | An x-axis is displayed at the bottom side of the plot area, and a y-axis on the left.
|
| Far | An x-axis is displayed at the top side of the plot area, and a y-axis on the right.
|
See Also

