OfficeErrorBarInclude Class
Specifies which error-bar parts to include.
Inheritance
System.Object
OfficeErrorBarInclude
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public sealed class OfficeErrorBarInclude : Enum
Fields
Both
Indicates both positive and negative error range.
Declaration
public const OfficeErrorBarInclude Both
Field Value
Minus
Indicates only negative error range.
Declaration
public const OfficeErrorBarInclude Minus
Field Value
Plus
Indicates only positive error range.
Declaration
public const OfficeErrorBarInclude Plus