Back to Devexpress

AxisLabelPosition Enum

maui-devexpress-dot-maui-dot-charts-d038cac6.md

latest1.3 KB
Original Source

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

csharp
public enum AxisLabelPosition

Members

NameDescription
Inside

Axis labels are located inside the plot area.

| | Outside |

Axis labels are located outside the plot area.

|

The following properties accept/return AxisLabelPosition values:

Remarks

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

Extension Methods

Yield<AxisLabelPosition>()

YieldIfNotNull<AxisLabelPosition>()

See Also

DevExpress.Maui.Charts Namespace