This is a migrated thread and some comments may be shown as answers.

Add Error Bars to Column Chart

4 Answers 75 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Joe
Top achievements
Rank 1
Joe asked on 31 Aug 2016, 07:30 PM

Is it possible to add error bars to a column chart using UI for ASP.NET AJAX? Haven't been able to find any information on this. Thanks.

 

4 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 01 Sep 2016, 08:30 AM

Hi Joe,

Could you explain what you mean with "error bars"? If you want to color certain bars (e.g., ones with values over 100), you can do that via the ColorField property of the series. You can see that in action in the following demo: http://demos.telerik.com/aspnet-ajax/htmlchart/examples/functionality/custombarcolor/defaultcs.aspx.

The following article also shows several ways to show tresholds that can be used as indicators for errors: http://docs.telerik.com/devtools/aspnet-ajax/controls/htmlchart/how-to/plot-threshold-lines.

Regards,

Marin Bratanov
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Joe
Top achievements
Rank 1
answered on 01 Sep 2016, 03:54 PM

Hi Marin.

Here are two examples of error bars added to charts using Kendo UI. 

http://demos.telerik.com/kendo-ui/line-charts/error-bars

http://demos.telerik.com/kendo-ui/bar-charts/error-bars

I would like to add error bars to a column chart using UI for ASP.NET AJAX to display upper and lower confidence intervals for the value represented by each column. This is a client requirement--not a box plot chart, candlestick chart, ranged column chart or anything else.

I can accomplish this with an ASP.NET control (two series on same chart) but prefer to use Telerik RadHtmlChart control if possible.

Thanks!

 

0
Joe
Top achievements
Rank 1
answered on 01 Sep 2016, 04:23 PM
Clarification: is there a way to configure my RadHtmlChart control to display error bars without using Kendo UI?
0
Marin Bratanov
Telerik team
answered on 02 Sep 2016, 09:14 AM

Hi Joe,

You can cast your vote for the this feature request in order to increase its priority: http://feedback.telerik.com/Project/108/Feedback/Details/126124-add-error-bars-in-radhtmlchart.

RadHtmlChart is a server wrapepr for the Kendo chart, so once this gets implemented in it, you will still be using the Kendo Chart feature.

In the meantime I can suggest you implement this chart by using the Kendo Chart widget rather than RadHtmlChart.

Regards,

Marin Bratanov
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Chart (HTML5)
Asked by
Joe
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Joe
Top achievements
Rank 1
Share this question
or