Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

AxisLabelPosition Enum

Lists values used to specify the position of axis labels.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.Charts

Declaration

public enum AxisLabelPosition

Members

Name Description
Inside

Axis labels are located inside the plot area.

AxisPosition.Far

Outside

Axis labels are located outside the plot area.

AxisPosition.Far

Related API Members

The following properties accept/return AxisLabelPosition values:

Remarks

Use this enumeration’s values to set the AxisLabel.Position property.

See Also