How the axis are crossed
Namespace:
OfficeOpenXml.Drawing.Chart
Assembly:
EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
C# |
---|
public enum eCrossBetween |
Visual Basic (Declaration) |
---|
Public Enumeration eCrossBetween |
Visual C++ |
---|
public enum class eCrossBetween |
Members
Member name | Description | |
---|---|---|
Between |
Specifies the value axis shall cross the category axis between data markers
| |
MidCat |
Specifies the value axis shall cross the category axis at the midpoint of a category.
|