Skip to main content

AxisPosition Enum

Lists values that specify the axis position on a chart.

Namespace: DevExpress.Spreadsheet.Charts

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

NuGet Package: DevExpress.Spreadsheet.Core

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:

See Also