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.EJ2.Pivot
Assembly: Syncfusion.EJ2.Pivot.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. |