Skip to main content
A newer version of this page is available. .

AxisPosition Enum

Lists values used to specify the position of the axis on the chart.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

public enum AxisPosition

Members

Name Description
Bottom

Specifies that the axis must be displayed at the bottom of the plot area.

Left

Specifies that the axis must be displayed to the left of the plot area.

Right

Specifies that the axis must be displayed to the right of the plot area.

Top

Specifies that the axis must be displayed at the top of the plot area.

Related API Members

The following properties accept/return AxisPosition values:

Remarks

The values listed by this enumeration are used to set the Axis.Position property.

See Also