Class 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.
Inheritance
System.Object
PivotChartErrorBarType
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartErrorBarType : Enum
Fields
Custom
Custom - Renders a custom type error bar.
Declaration
public const PivotChartErrorBarType Custom
Field Value
Type |
---|
PivotChartErrorBarType |
Fixed
Fixed - Renders a fixed type error bar.
Declaration
public const PivotChartErrorBarType Fixed
Field Value
Type |
---|
PivotChartErrorBarType |
Percentage
Percentage - Renders a percentage type error bar.
Declaration
public const PivotChartErrorBarType Percentage
Field Value
Type |
---|
PivotChartErrorBarType |
StandardDeviation
StandardDeviation - Renders a standard deviation type error bar.
Declaration
public const PivotChartErrorBarType StandardDeviation
Field Value
Type |
---|
PivotChartErrorBarType |
StandardError
StandardError - Renders a standard error type error bar.
Declaration
public const PivotChartErrorBarType StandardError
Field Value
Type |
---|
PivotChartErrorBarType |