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
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