ChartValueErrorBarType Enum
Lists the values that define how error bar values must be calculated.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Members
Name | Description |
---|---|
Auto
|
The error bars type is undefined. |
Percent
|
Defines the confidential interval in percentages. |
StdError
|
Defines the standard deviation of its sampling distribution. |
StdDeviation
|
Defines the standard deviation. |
Variance
|
Defines the variance. |
Fixed
|
Defines the confidential interval in constant values. |
Related API Members
The following properties accept/return ChartValueErrorBarType values:
Remarks
The enumeration is used by the BootstrapChartValueErrorBarSettings.Type property.
See Also