Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1615
Scatter Chart Animation in C#
posted

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

  • 29105
    Suggested Answer
    Offline posted

    Hello,

    I attached a sample. Each data point will animates individually using a repeating timer. Let me know if you have any questions.

    IGScatterChartAnimationSampleCSharp.zip
  • 29105
    Offline posted

    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.