Enum PivotChartErrorBarMode
Defines the modes of error bar. They are Vertical - Renders a vertical error bar. Horizontal - Renders a horizontal error bar. Both - Renders both side error bar.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PivotChartErrorBarMode
Fields
| Name | Description |
|---|---|
| Both | Both - Renders both side error bar. |
| Horizontal | Horizontal - Renders a horizontal error bar. |
| Vertical | Vertical - Renders a vertical error bar. |