Link Search Menu Expand Document

AxisOrientation Enumeration

Specifies the orientation of the axis.

Namespace:Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public enum AxisOrientation
Members
Member nameValueDescription
MaxMin0 (Maximum to Minimum) Specifies that the values on the axis shall be reversed so they go from maximum to minimum.
MinMax1 (Minimum to Maximum) Specifies that the axis values shall be in the usual order, minimum to maximum.
See Also

Reference