AxisBase.Alignment Property
In This Article
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
public AxisAlignment Alignment { get; set; }
#Property Value
Type | Description |
---|---|
Axis |
An 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