A newer version of this page is available.
Switch to the current version.
Axis2D.Alignment Property
Specifies the position of an axis relative to another primary axis.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)]
[XtraSerializableProperty]
public AxisAlignment Alignment { get; set; }
<XtraChartsLocalizableCategory(XtraChartsCategory.Behavior)>
<XtraSerializableProperty>
Public Property Alignment As AxisAlignment
Property Value
Type | Description |
---|---|
AxisAlignment | An AxisAlignment enumeration value which specifies the relative position of the current axis. |
Remarks
Refer to the AxisAlignment enumeration's description for a list of the available axis positions.
See Also
Feedback