Skip to content

Commit 303939b

Browse files
Chart: Update Error Bars demo description (DevExpress#30664) (DevExpress#30670)
1 parent ab46984 commit 303939b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed
Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
If your data contains an error or measurement uncertainty, you can indicate a confidential interval on the Chart using error bars. To configure them, use the fields of the series’ **valueErrorBar** object. In this example, error bars indicate a range of average temperatures (on the upper pane) and humidity (on the lower pane) for a specific month.
2-
<!--split-->
1+
DevExtreme Chart supports value error bars. Implement these bars to indicate data measurement tolerances and [confidence intervals](https://en.wikipedia.org/wiki/Confidence_interval). Configure error bar settings and appearance in the **series**.[valueErrorBar](/Documentation/ApiReference/UI_Components/dxChart/Configuration/series/valueErrorBar/) object.
2+
3+
<!--split-->
4+
5+
To enable error bars, specify one of the following pairs of **valueErrorBar** properties:
6+
7+
- [lowValueField](Documentation/ApiReference/UI_Components/dxChart/Configuration/series/valueErrorBar/#lowValueField) and [highValueField](/Documentation/ApiReference/UI_Components/dxChart/Configuration/series/valueErrorBar/#highValueField)
8+
Specify predefined error bars for each series point.
9+
10+
- [value](Documentation/ApiReference/UI_Components/dxChart/Configuration/series/valueErrorBar/#value) and [type](/Documentation/ApiReference/UI_Components/dxChart/Configuration/series/valueErrorBar/#type)
11+
Configure dynamically calculated error bars.
12+
13+
This demo implements predefined error bars specified in the Chart data source.

0 commit comments

Comments
 (0)