New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Line Charts Error Bars
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
This demo illustrates how to show variability of data using the Error Bars feature of the Telerik UI for ASP.NET Core Line Chart. The Error bars are specified as part of the Series 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.
.ErrorBars(errorBars => errorBars.Value("percentage(20"))
You can find more information in the following help article: Error Bars.