Enum ErrorBarMode
Specifies the modes of error bar.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ErrorBarMode
Fields
| Name | Description |
|---|---|
| Both | Renders an error bar in both vertical and horizontal directions. |
| Horizontal | Renders a horizontal error bar. |
| Vertical | Renders a vertical error bar. |