Enum PivotChartErrorBarType
Defines the type of error bar. They are Fixed - Renders a fixed type error bar. Percentage - Renders a percentage type error bar. StandardDeviation - Renders a standard deviation type error bar. StandardError - Renders a standard error type error bar. Custom - Renders a custom type error bar.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PivotChartErrorBarType
Fields
| Name | Description |
|---|---|
| Custom | Custom - Renders a custom type error bar. |
| Fixed | Fixed - Renders a fixed type error bar. |
| Percentage | Percentage - Renders a percentage type error bar. |
| StandardDeviation | StandardDeviation - Renders a standard deviation type error bar. |
| StandardError | StandardError - Renders a standard error type error bar. |