Enum ErrorBarDirection
Specifies the direction of error bar.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ErrorBarDirection
Fields
| Name | Description |
|---|---|
| Both | Renders an error bar in both directions. |
| Minus | Renders an error bar in the minus direction. |
| Plus | Renders an error bar in the plus direction. |