Back to Devexpress

AxisPosition Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-9cd3c987.md

latest1.1 KB
Original Source

AxisPosition Enum

Lists values used to specify an axis position.

Namespace : DevExpress.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public enum AxisPosition

Members

NameDescription
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.

|

Remarks

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

See Also

DevExpress.XamarinForms.Charts Namespace