SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, and iOS Chart & Android Chart Components
Using animated zoom, is there way to get notification after zoom is completely performed ? I need to apply some actions after animated zooming is finished and axes visible range is not further changing.
Hi there,
Sorry, it’s not possible to do this at the moment. The only thing I can suggest is to wait 500ms (the default time for Animated zoom) before performing any updates. I realise that introduces a race-condition, but if the operation is not timing critical it should be ok.
I will log this as a feature request in the meantime.
UPDATE 2014:
We added the IsAnimating property to VisibleRangeChangedEventArgs, so it is possible to subscribe to IAxis.VisibleRangeChanged event and track down animation changes as well as not animated.
Best regards,
Andrew
Please login first to submit.