Hi,
I have a scatter chart that gets updated on tap button action. I cannot get the chart to have animate the changes smoothly like it's done in samples.
The samples are objective c based so can someone provide a C# sample that animates changes in the chart smoothly.
Thank you
Hello,
I attached a sample. Each data point will animates individually using a repeating timer. Let me know if you have any questions.
Hello Aleksandr,
Thank you for contacting us. I started working on solution a in Xamarin, IG 2014 Volume 1. I should have it completed by the end of today. I like to add that the only requirement to have a chart animate is by setting the transitionDuration on the series to a float value. The only objection that will prevent this from occuring is if you happen to change the axis range in some manner. ex. updating your data. Animations won't occur if the x and y ranges were changed.