Skip to main content

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