I have developed one silverlight application on .net framework and used visifire for charting i.e. getting updated through MS SQL database. The main thing is that when i am updating the database the data on chart are getting affected, but the look and feel of the chart is not happening smoothly during the value change.
I have used <vc:DataSeries RenderAs="QuickLine" DataSource="{Binding ItemsSource, ElementName=MyGrid}" >
for quickline presentation of the data on graph.
So what changes I have to make in my programm for smooth change in graph statistics after database updation.