Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AxisPosition Enum

Lists values used to specify an axis position.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

#Declaration

C#
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

See Also