A newer version of this page is available.
Switch to the current version.
ChartValueErrorBarType Enum
Lists the values that define how error bar values must be calculated.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v18.2.dll
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
Feedback