AxisAlignment Enum
Lists the values used to specify an axis alignment.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Members
Name | Description | Image |
---|---|---|
Near
|
The axis is displayed at the left or bottom side of the diagram, depending on its type and orientation. |
|
Far
|
The axis is displayed at the right or top side of the diagram, depending on its type and orientation. |
|
Zero
|
The axis intercepts another primary axis at the zero level. This alignment type is applicable to primary axes only. The zero level passes through the zero for an axis of values and depends on a series Series
|
|
Center
|
The axis is positioned in the center of chart plot area. This alignment type is applicable to primary axes only. |
#Related API Members
The following properties accept/return AxisAlignment values:
#Remarks
Values listed by the AxisAlignment enumeration are used to set the Axis2D.Alignment property.