AxisCrossingPoint EnumerationBytescout Spreadsheet SDK
Specifies the possible crossing points for an axis.

Namespace:  Bytescout.Spreadsheet.Charts
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public enum AxisCrossingPoint
Members

  Member nameValueDescription
ExactValue0 (Axis Crosses at Exact Value) The category axis crosses at value spceified by CrossingValue.
AutoZero1 (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).
Max2 (Maximum) The axis crosses at the maximum value.
Min3 (Minimum) Axis crosses at the minimum value of the chart.
See Also

Reference