Class ExcelErrorBarInclude
Specifies error-bar parts to be included.
Inheritance
System.Object
ExcelErrorBarInclude
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelErrorBarInclude : Enum
Fields
Both
Represents both positive and negative error range.
Declaration
public const ExcelErrorBarInclude Both
Field Value
Type |
---|
ExcelErrorBarInclude |
Minus
Represents only negative error range.
Declaration
public const ExcelErrorBarInclude Minus
Field Value
Type |
---|
ExcelErrorBarInclude |
Plus
Represents only positive error range.
Declaration
public const ExcelErrorBarInclude Plus
Field Value
Type |
---|
ExcelErrorBarInclude |