AxisBase.Alignment Property
Gets or sets the alignment of the axis. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
| Type | Description |
|---|---|
| AxisAlignment | An AxisAlignment enumeration value which specifies the alignment of the axis. |
Available values:
| Name | Description |
|---|---|
| Near | The axis is displayed at the left or bottom side of the chart area, depending on its type and orientation. |
| Far | The axis is displayed at the right or top side of the chart area, depending on its type and orientation. |
See Also