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

3D Chart Performance

1 Answer 31 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Jeff Kershner
Top achievements
Rank 1
Jeff Kershner asked on 08 Sep 2010, 12:34 AM
I am using Silverlight 4, ASP.NET 4 and the latest Telerik Silverlight controls.  I have a transition control that transitions to an animated chart.  Everything work fine if real time but as soon as I try to render a 3D chart by adding the following, it crawls to a noticable hault for 10 seconds:

chart.DefaultSeriesDefinition =

 

new Bar3DSeriesDefinition();

 


Is this normal behavior?

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 10 Sep 2010, 10:41 AM
Hi Jeff,

 Currently Silverlight doesn't support accelerated 3D graphics and this is the cause of this performance hit when using 3D chart. The transition control also makes some serious calculations for transitioning from one state to another and combining these two leads to this performanse hit. If you need real time user experience consider switching to our 2D chart.

Kind regards,
Yavor Ivanov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Chart
Asked by
Jeff Kershner
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or