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

Update Chart Series values via clientside API

1 Answer 35 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 30 Apr 2013, 03:32 PM
I am new to using the chart control and I was wondering if there is a way to update the chart series values via the clientside API, like is available for the gauge?  I have looked around and not been able to find a reference to being able to do this but wonder if I am just missing it.  Thanks

James

1 Answer, 1 is accepted

Sort by
0
Petar Marchev
Telerik team
answered on 03 May 2013, 01:04 PM
Hello James,

The RadChart in asp.net ajax is a server side control. It is being set up and prepared on the server. Later it is rendered as a simple image. Later this image is sent to the client's browser. So there is not much that you can do here, whatever changes need to be done to the RadChart, they need to happen on the server.

If this is important for your project then perhaps you can use the Kendo UI charting solutions (check out this article, and this one) or the RadHtmlChart for ASP.NET AJAX (article here, client side api help topic here).

Greetings,
Petar Marchev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Chart (Obsolete)
Asked by
James
Top achievements
Rank 1
Answers by
Petar Marchev
Telerik team
Share this question
or