AxisAlignment Enum
Lists the values used to specify an axis alignment.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Members
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. |
Related API Members
The following properties accept/return AxisAlignment values:
Remarks
Values listed by the AxisAlignment enumeration are used to set the AxisBase.Alignment property.
See Also