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