Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AxisPosition Enum

Lists values that specify the axis position on a chart.

Namespace: DevExpress.Spreadsheet.Charts

Assembly: DevExpress.Spreadsheet.v20.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.

See Also