This question is locked. New answers and comments are not allowed.
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?
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?