Enum ExcelErrorBarInclude
Specifies error-bar parts to be included.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelErrorBarInclude
Fields
Name | Description |
---|---|
Both | Represents both positive and negative error range. |
Minus | Represents only negative error range. |
Plus | Represents only positive error range. |