How can I show animation like the following video in diagram control with pause and play option?
Which control is used in the following image?
1 Answer, 1 is accepted
0
Martin Ivanov
Telerik team
answered on 16 May 2024, 11:01 AM
Hello Parth,
There is no such built-in animation for the shapes in the diagram. To get the desired behavior you can implement custom animation behavior for the content of the RadDiagramShapes using the WPF animation APIs.
Also there is no animation player control (the one below the diagram in your picture) in the Telerik UI for WPF suite. To create one you can implement custom application logic and utilize the Telerik controls for the different elements. For example, a RadButton for Play/Pause button and RadCartesianChart or RadSparkline for the timeline area.