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

Changing type of Bubble animation

1 Answer 79 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Rich
Top achievements
Rank 1
Rich asked on 25 Jun 2010, 10:19 AM
I realise I can control speed and duration of animation from the animation settings property but what if i want to move away from  the default animation of the bubbles droppping in on the Y-Axis?

If it is a case of having to retemplate can you give an example, please

TIA

Rich

1 Answer, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 29 Jun 2010, 11:15 AM
Hi Rich,

Generally the animation storyboards are detached from the control templates and cannot be customized through re-templating. However, you can substitute the default bubble storyboard resource with custom one in order to achieve the desired functionality (the trick is to place a special resource with x:Key="[ThemeName][SeriesType]Storyboard" i.e. x:Key="OfficeBubbleStoryboard" in the UserControl.Resources collection so your custom storyboard gets picked up instead of the default one.

Attached is a sample application to get you started.


Sincerely yours,
Freddie
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
Rich
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Share this question
or