Skip to main content
A newer version of this page is available. .

AxisBase.Position Property

OBSOLETE

Use the DisplayPosition property instead.

Gets or sets the axis position.

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 Description
AxisPosition

An AxisPosition enumeration value that specifies the axis position.

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.

AxisPosition.Near

Far

An x-axis is displayed at the top side of the plot area, and a y-axis on the right.

AxisPosition.Far

Remarks

This property is obsolete. Use DisplayPosition instead.

See Also