Skip to main content

AxisAlignment Enum

Lists the values used to specify an axis alignment.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public enum AxisAlignment

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