Link Search Menu Expand Document

AxisPosition Enumeration

Specifies the position of the axis on the chart.

Namespace:Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public enum AxisPosition
Members
Member nameValueDescription
Bottom0 Specifies that the axis shall be displayed at the bottom of the plot area.
Left1 Specifies that the axis shall be displayed at the left of the plot area.
Right2 Specifies that the axis shall be displayed at the right of the plot area.
Top3 Specifies that the axis shall be displayed at the top of the plot area.
See Also

Reference