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

graphic animation speed bubble

4 Answers 62 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Carlos Rodriguez
Top achievements
Rank 1
Carlos Rodriguez asked on 07 May 2010, 10:59 PM
As I can manipulate the speed or other animation properties brubujas a graph or bar?

Tnks!

Carlos A. Rodríguez

4 Answers, 1 is accepted

Sort by
0
Vladimir Milev
Telerik team
answered on 12 May 2010, 08:40 AM
Hello Carlos Rodriguez,

You can do this via the AnimationSettings.

Sincerely yours,
Vladimir Milev
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.
0
Carlos Rodriguez
Top achievements
Rank 1
answered on 12 May 2010, 08:34 PM
Hi Vladimir!

is fine, but for example in the graph of bubbles, the bubbles appear to grow, want to reduce this animation to 0 seconds, appearing almost instantaneously.
0
Accepted
Enill
Top achievements
Rank 1
answered on 13 May 2010, 04:09 AM
Are you looking for something like this? :

RadChart rc = new RadChart(); 
 
rc.DefaultView.ChartArea.AnimationSettings = new AnimationSettings() { TotalSeriesAnimationDuration = new TimeSpan(0, 0, 0, 0, 500) }; 

0
Carlos Rodriguez
Top achievements
Rank 1
answered on 13 May 2010, 04:17 AM
HAAAAANDALE COMPADRE!!!!  <--- (is a Mexican expression meaning "exactly", jejejeje)

is what I wanted, thank you very much Enill.
also thanks Vladimir!

Tags
Chart
Asked by
Carlos Rodriguez
Top achievements
Rank 1
Answers by
Vladimir Milev
Telerik team
Carlos Rodriguez
Top achievements
Rank 1
Enill
Top achievements
Rank 1
Share this question
or