Skip to main content

AxisLabelPosition Enum

Lists values used to specify the position of axis labels.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

#Declaration

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