What event is triggered when an animation has completed?
Unfortunately, currently we are not triggering an event when the chart animation is completed. If you want to request this as an official feature then please visit this page: http://devcenter.infragistics.com/protected/requestfeature.aspx
No problem, another question along this line then is using a Storyboard to animate a Series animation.
Since a Storyboard can raise the Completed() event when the Timeline has completed running (including children Timelines), is it possible to fire off a Series animation with a Storyboard and then I can use the Completed event to enable further action if it is raised?
If so, is there sample code that I can reference to fire a series animation from a Storyboard? I am relatively new to the animation in WPF and our client has specific requests, so I was looking for some way for this to work in the meantime.
The reason I is that I need to catch when a series has completed its animation so that I can make other calls to the app instead of having them run asynchronously.
thanks in advance
Hi,
Unfortunately, the XamChart animation is set internally and currently there isn’t a way to handle the Completed event.