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