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
Tnks!
Carlos A. RodrÃguez
4 Answers, 1 is accepted
0
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.
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.
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!
is what I wanted, thank you very much Enill.
also thanks Vladimir!