New to Kendo UI for jQuery? Download free 30-day trial
Error Bars
- EXAMPLE
- VIEW SOURCE
-
EDIT
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
Also available for:
API REFERENCEDescription
This sample presents how to show variability of data using the Error Bars feature of the Kendo UI line chart. The Error bars are specified as part of the seriesDefaults -> errorBars setting and are offered by the following series types: Area, Vertical Area, Column, Bar, Line, Vertical Line, Scatter and ScatterLine.
The error bars support statistical calculations based on the series data. The supported types are percentage value, standard error and population standard deviation and other. To specify that percentage error should be used, you need to set "percentage(Int)" as a value, i.e.
value: "percentage(20)"
You can find more information in the following help article: Error Bars.