Class ErrorBarMode
Specifies the modes of error bar.
Inheritance
System.Object
ErrorBarMode
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ErrorBarMode : Enum
Fields
Both
Defines to renders both side error bar.
Declaration
public const ErrorBarMode Both
Field Value
Type |
---|
ErrorBarMode |
Horizontal
Defines to renders the horizontal error bar.
Declaration
public const ErrorBarMode Horizontal
Field Value
Type |
---|
ErrorBarMode |
Vertical
Defines to renders the vertical error bar.
Declaration
public const ErrorBarMode Vertical
Field Value
Type |
---|
ErrorBarMode |