Hi,
Hope you could help me on this one.....
Currently, I'm working with RadChart for Silverlight controls. One of the requirements that I want to achieve with my Bar Charts is to get able to do an animation wherein my Bar could toggle up or down based from my data. But looking around from some samples in the telerik sites, all of the Bar Charts I've seen so far is whenever a data bind is change/updated the DataSeries or the Bars or Y Axis Values is getting refreshed from Zero Values to its specified values came from my data and also even datas I did not updated is getting refreshed. Generally, I don't want to set the RadChart animation turned off, all I need is to have my Charts looks like its getting a Live Data feed.
So here's my questions, is there a way in RadChart where I can modify it's dataseries animation like not getting a refreshed dataseries and not start it with zero values when data is updated? Is this possible with RadChart?
Thanks in advance! =)
-gino