Enum eExcelDatabarAxisPosition
- Namespace
- OfficeOpenXml.ConditionalFormatting
- Assembly
- EPPlus.dll
The position of the axis between positive and negative numbers on databar
public enum eExcelDatabarAxisPosition
Fields
Automatic = 0
(Display at a variable position based on negative values.) This is the default.
Middle = 1
Always put the axis at the cell midpoint.
None = 2
Show negative values bars in the same direction as positive.