AxisBase.Position Property
In This Article
OBSOLETE
Use the Display
This property is obsolete (use the DisplayPosition property instead).
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
#Declaration
C#
[Obsolete("Use the DisplayPosition property instead.")]
public AxisPosition Position { get; set; }
#Property Value
Type |
---|
Axis |
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