Class 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.
Inheritance
System.Object
PivotChartErrorBarMode
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartErrorBarMode : Enum
Fields
Both
Both - Renders both side error bar.
Declaration
public const PivotChartErrorBarMode Both
Field Value
Type |
---|
PivotChartErrorBarMode |
Horizontal
Horizontal - Renders a horizontal error bar.
Declaration
public const PivotChartErrorBarMode Horizontal
Field Value
Type |
---|
PivotChartErrorBarMode |
Vertical
Vertical - Renders a vertical error bar.
Declaration
public const PivotChartErrorBarMode Vertical
Field Value
Type |
---|
PivotChartErrorBarMode |