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