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

New to Transition Control

4 Answers 131 Views
TransitionControl
This is a migrated thread and some comments may be shown as answers.
Jeff Kershner
Top achievements
Rank 1
Jeff Kershner asked on 22 Jul 2010, 02:34 AM
Here is my goal.. I would like to have a transition control that will transition through x number of RadCharts automatically showing each chart for a period of 'y' number of seconds.

The RadTransitionControl can be created on the XAML or dynamic in code behind.  The charts are currently created dynamically in code behind, each on a canvas, since they are data bound on a webservice.

So once I dynamically create a RadTransitionControl and add it to a canvas on the page, how do I add content to the control?  Do I just set the content to a chart canvas? 

Any suggestions?

4 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 23 Jul 2010, 03:13 PM
Hello Jeff,

Thank you for contacting us.

The TransitionControl is a ContentControl, so you are right, you just need to set its Content property. Also, you can use the ContentTemplate property of the TransitionControl and for content to put the data and databind it.

If you need further assistance on that please feel free to contact us again.

Greetings,
Konstantina
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
Roy
Top achievements
Rank 1
answered on 21 Feb 2012, 04:19 AM
This is the same thing I am working on. I am kinda new to silverlight. Is it possible to get an example of N number of charts created at runtime and then added to the transition control to rotate through them. I tried to look a the rotator example and maybe because of me being a newbie to silverlight, I was not able to figure out how to accomplish this.
Please a good example of such a thing would be of great help.


0
Konstantina
Telerik team
answered on 23 Feb 2012, 03:48 PM
Hi Roy,

Could you please share with us what is your progress on the task? Have you managed to add the charts to the TransitionControl. All you need to do is set its Content property to be the charts. If you could send us your project, so that we can review the progress you have achieved, we will be happy to assist you further.

Greetings,
Konstantina
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
0
Roy
Top achievements
Rank 1
answered on 23 Feb 2012, 06:39 PM
With some help from Telerik Support. I was able to get dynamic charts to rotate through a rad transition control. This was all accomplised by using a Timer and changing the Transition Content to a different Radchart in the timer tick event. 
Tags
TransitionControl
Asked by
Jeff Kershner
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Roy
Top achievements
Rank 1
Share this question
or