Enum OfficeErrorBarType
Specifies the range marked by error bars.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeErrorBarType
Fields
Name | Description |
---|---|
Custom | Indicates range is set by fixed values or cell values. |
Fixed | Indicates fixed-length error bars. |
Percentage | Indicates percentage of range to be covered by the error bars. |
StandardDeviation | Indicates range for specified number of standard deviations. |
StandardError | Indicates standard error range. |