Can anyone help me by showing a simple example how to use the motion framework? which they have newly introduced...
Will be of gr8 help
Thanks in advance
Hi,
I believe some sample code will be released with the upcoming service release of the product which contains some changes to improve these features.
But here is a breakdown as to what is required.
Limitations in the current version:
Because of the second limitation, until the service release is available, you should avoid changing two things in one interaction if you want it to animate. If you run into this situation, I can show you some work arounds, but the issue should no longer be a problem in the soon to be released SR.
-Graham
Graham, This info is useful. Would you mind explaining the work around for the second situation? I believe I'm having this issue.
I get no animation on the chart when cycling through the time dimension. I have 3 data values that are updated: X,Y & R. If I comment out the OnPropertyChanged notification for values Y & R, the animation begins working, but things only change along the X axis (which I guess is understandable.)
Could you be so kind as to give me some hints as to the work around? Thanks.
Keith
Keith,
The aforementioned service release is available, so the easiest solution is to install the service release and the issue will be resolved.
Work arounds for the version prior to the service release involve suspending property changed and collection changed notifications while making the changes and then just sending one notification when all the changes are finished.
Does this help?
Hi Graham,
I have followed the instructions but I am not able to view a simple to ScatterSeries be animated. I have attached the sample code and I am using InfragisticsSL4.Controls.Charts.XamDataChart.v10.3.
Hope you can help me to fix the issue and furthermore can you give some help file url provideing step to step details to use this functionailty.
Thanks
see: http://community.infragistics.com/forums/p/52841/274519.aspx#274519