Hi
Can you let me know how to achieve animation when creating a pie chart?
There doesn't seem to be a 'IsTransitionInEnabled' property anywhere I can see.
With thanks
Andrew Hunot
Hello Andrew,
The XamPieChart does not expose any sort of built-in animation at the moment. If you would like to see this made available in a future version of the XamPieChart, I would recommend suggesting a new product idea for it at http://ideas.infragistics.com. This product ideas site will place you in direct communication with our product management teams who plan and prioritize upcoming features and products based on community feedback.
With the above said, it is still possible to animate the XamPieChart using Storyboards on the elements that make up the chart in its Loaded event. I have attached a sample project demonstrating how a "wipe" type of animation could be implemented on the XamPieChart by animating the Canvas elements that hold the XamPieChart's Slices and Labels.
I hope this helps. Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate Developer
Hi Andrew
Many thanks for this. I have managed to implement it into my project although it is not exactly what I was hoping for.
Can you let me know if it is possible still to obtain a version of the retired xamChart control and supporting files that I could use in my initial migration?
Regards
Andrew