Class OfficeErrorBarType
Specifies the range marked by error bars.
Inheritance
System.Object
OfficeErrorBarType
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public sealed class OfficeErrorBarType : Enum
Fields
Custom
Indicates range is set by fixed values or cell values.
Declaration
public const OfficeErrorBarType Custom
Field Value
Type |
---|
OfficeErrorBarType |
Fixed
Indicates fixed-length error bars.
Declaration
public const OfficeErrorBarType Fixed
Field Value
Type |
---|
OfficeErrorBarType |
Percentage
Indicates percentage of range to be covered by the error bars.
Declaration
public const OfficeErrorBarType Percentage
Field Value
Type |
---|
OfficeErrorBarType |
StandardDeviation
Indicates range for specified number of standard deviations.
Declaration
public const OfficeErrorBarType StandardDeviation
Field Value
Type |
---|
OfficeErrorBarType |
StandardError
Indicates standard error range.
Declaration
public const OfficeErrorBarType StandardError
Field Value
Type |
---|
OfficeErrorBarType |