Where the axis cross.
Namespace:
OfficeOpenXml.Drawing.Chart
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public enum eCrosses |
Visual Basic (Declaration) |
---|
Public Enumeration eCrosses |
Visual C++ |
---|
public enum class eCrosses |
Members
Member name | Description | |
---|---|---|
AutoZero |
(Axis Crosses at Zero) The category axis crosses at the zero point of the valueaxis (if possible), or the minimum value (if theminimum is greater than zero) or the maximum (if the maximum is less than zero).
| |
Max |
The axis crosses at the maximum value
| |
Min |
(Axis crosses at the minimum value of the chart.
|