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

Spline RadChart for ASP.NET is not smooth

1 Answer 38 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Rocky
Top achievements
Rank 1
Rocky asked on 15 May 2013, 04:59 PM
Hi Telerik,

I am working on a project that converts telerik WPF Spline RadChart to telerik ASP.NET Spline RadChart. 

1. The first issue is my asp.net chart is not smooth linke WPF version. How can I improve it (note that I am almost using WPF code).
- Here is my WPF chart: http://screencast.com/t/Xz1cpqdwQKJE
- And my ASP.NET chart: http://screencast.com/t/sbKenlQS

2. The second question is are there any solutions for me to make the animation like WPF version for ASP.NET version?

Thanks

1 Answer, 1 is accepted

Sort by
0
Petar Kirov
Telerik team
answered on 20 May 2013, 01:23 PM
Hi Rocky,

Currently we offer two charting solutions for ASP.NET - RadChart and RadHtmlChart.

RadChart is our older and more mature solution. It uses GDI+ graphics to render the chart image on server and then it sends it to client (browser). The control has 17 chart series types. Unfortunately, due its server-side nature, it does not support animations. It does not provide option to adjust the Spline rendering.

RadHtmlChart is the newer control. It is a wrapper on our KendoUI Chart, which is a client-side control based on HTML5. The client-side engine allows RadHtmlChart to provide better user experience through interactivity effects and animations. You can have a look at our online demos here to see this yourself. Presently it does not support Spline Series.

Another option that you can consider is integrating the Silverlight RadChart in your ASP.NET page. That way you can have Spline series, animations and you can share code between the Silverlight project and the WPF one. This blog post explains how this can be achieved.

Greetings,
Petar Kirov
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
Rocky
Top achievements
Rank 1
Answers by
Petar Kirov
Telerik team
Share this question
or