Back to Devexpress

AxisPosition Enum

officefileapi-devexpress-dot-spreadsheet-dot-charts-f078a107.md

latest1.3 KB
Original Source

AxisPosition Enum

Lists values that specify the axis position on a chart.

Namespace : DevExpress.Spreadsheet.Charts

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public enum AxisPosition
vb
Public Enum AxisPosition

Members

NameDescription
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.

|

The following properties accept/return AxisPosition values:

See Also

DevExpress.Spreadsheet.Charts Namespace