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
public enum AxisLabelPosition
Members
Name | Description |
---|---|
Inside
|
Axis labels are located inside the plot area. |
Outside
|
Axis labels are located outside the plot area. |
Related API Members
The following properties accept/return AxisLabelPosition values:
Remarks
Use this enumeration’s values to set the AxisLabel.Position property.
See Also