Class ErrorBarType
Specifies the type of error bar. They are.
Inheritance
System.Object
ErrorBarType
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ErrorBarType : Enum
Fields
Custom
Defines to renders a custom type error bar.
Declaration
public const ErrorBarType Custom
Field Value
Type |
---|
ErrorBarType |
Fixed
Defines to renders a fixed type error bar.
Declaration
public const ErrorBarType Fixed
Field Value
Type |
---|
ErrorBarType |
Percentage
Defines to renders a percentage type error bar.
Declaration
public const ErrorBarType Percentage
Field Value
Type |
---|
ErrorBarType |
StandardDeviation
Defines to renders a standard deviation type error bar.
Declaration
public const ErrorBarType StandardDeviation
Field Value
Type |
---|
ErrorBarType |
StandardError
Defines to renders a standard error type bar.
Declaration
public const ErrorBarType StandardError
Field Value
Type |
---|
ErrorBarType |