Enum PivotChartErrorBarDirection
Defines the direction of error bar. They are Both - Renders both direction of error bar. Minus - Renders minus direction of error bar. Plus - Renders plus direction error bar.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PivotChartErrorBarDirection
Fields
| Name | Description |
|---|---|
| Both | Both - Renders both direction of error bar. |
| Minus | Minus - Renders minus direction of error bar. |
| Plus | Plus - Renders plus direction error bar. |