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

AxisPosition Enum

Lists values used to specify an axis position.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public enum AxisPosition

Members

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

Related API Members

The following properties accept/return AxisPosition values:

Remarks

Use this enumeration’s values to set the Position property of an axis.

See Also