New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Area 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 you can use Error Bars for the Telerik UI for ASP.NET Core Area Chart to show variability of data. The Error bars are specified as part of the Series chart 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 standard error, population standard deviation and other. To specify that standard deviation, you should set "stddev" as in this demo, i.e. Series -> Area -> ErrorBars(errorBars => errorBars.Value("stddev"))
You can find more information in the following help article: Error Bars.