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