Enum eErrorBarType
- Namespace
- OfficeOpenXml.Drawing
- Assembly
- EPPlus.dll
The possible ways to draw an error bar
public enum eErrorBarType
Fields
Both = 0
The error bars will be shown in both the positive and negative directions.
Minus = 1
The error bars will be shown in the negative direction only.
Plus = 2
The error bars will be shown in the positive direction only