AxisCrossingPoint Enumeration
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Specifies the possible crossing points for an axis.
Namespace:Bytescout.Spreadsheet.ChartsAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
ExactValue | 0 | (Axis Crosses at Exact Value) The category axis crosses at value spceified by CrossingValue. | |
AutoZero | 1 | (Axis Crosses at Zero) The category axis crosses at the zero point of the value axis (if possible), or the minimum value (if the minimum is greater than zero) or the maximum (if the maximum is less than zero). | |
Max | 2 | (Maximum) The axis crosses at the maximum value. | |
Min | 3 | (Minimum) Axis crosses at the minimum value of the chart. |
See Also