Enum eErrorValueType
- Namespace
- OfficeOpenXml.Drawing
- Assembly
- EPPlus.dll
The ways to determine the length of the error bars
public enum eErrorValueType
Fields
Custom = 0The length of the error bars will be determined by the Plus and Minus properties.
FixedValue = 1The length of the error bars will be the fixed value determined by Error Bar Value property.
Percentage = 2The length of the error bars will be Error Bar Value percent of the data.
StandardDeviation = 3The length of the error bars will be Error Bar Value standard deviations of the data.
StandardError = 4The length of the error bars will be Error Bar Value standard errors of the data.