Enum ExcelErrorBarType
Specifies the range marked by error bars.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelErrorBarType
Fields
| Name | Description |
|---|---|
| Custom | Represents custom error bars. |
| Fixed | Represents fixed-length error bars. |
| Percentage | Represents the percentage of range to be covered by the error bars. |
| StandardDeviation | Represents range for specified number of standard deviations. |
| StandardError | Represents standard error range. |