I have a XamDataChart with IsTransitionInEnabled="True".
The data is repopulated every minute and the transition is reexecuted ("EaseIn" from 0 to its percent value). It is possible that data has updated since the last repopulation.
Rather than reexecuting the transition, is it possible to transition to new values? For example, one value is 30%. One minute later, that value is 35%. I would like to transition from 30% to 35% rather than reexecute the transition (from 0 to its value).
I am unable to reproduce this behavior as well, so I'll consider this resolved.
Thanks again, Andrew.
Hello Mastermind_Ed,
I have modified the sample project that I had originally sent you to change multiple values with larger changes, but I can't seem to reproduce this behavior that you are seeing. Would it be possible for you to please modify the sample project that I have attached to demonstrate this issue that you are seeing with the XamDataChart's transitions?
Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewAssociate Developer
I have another question. I am using the TransitionDuration of 1 second.
However, the transition works when the change in percentages are small or if I change one value...but not when the change in percentages are large or if i change multiple values (it will just change to the new value). I have 4-5 values that can change at one time.
Any advice?
I am glad I was able to help you on this.
Well done, Andrew. Very concise. Thanks.