Class ErrorBarType
Represents the error bar type for ErrorBarSeries.
Inheritance
System.Object
ErrorBarType
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class ErrorBarType : Enum
Fields
Custom
Represent error bar type in custom.
Declaration
public const ErrorBarType Custom
Field Value
Type |
---|
ErrorBarType |
Fixed
Represent error bar type in fixed.
Declaration
public const ErrorBarType Fixed
Field Value
Type |
---|
ErrorBarType |
Percentage
Represent error bar type in percentage.
Declaration
public const ErrorBarType Percentage
Field Value
Type |
---|
ErrorBarType |
StandardDeviation
Represent error bar type in standard deviation.
Declaration
public const ErrorBarType StandardDeviation
Field Value
Type |
---|
ErrorBarType |
StandardErrors
Represent error bar type in standard errors.
Declaration
public const ErrorBarType StandardErrors
Field Value
Type |
---|
ErrorBarType |