This is a migrated thread and some comments may be shown as answers.

Updating Chart Data

1 Answer 108 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Kevin
Top achievements
Rank 2
Kevin asked on 31 Mar 2009, 09:40 PM
I need to be able to periodically update the data that makes up my charts. I've got this pretty well working, except that every time I refresh the data it goes through its initial animation again. This gets a little distracting when looking at my charts. Is there any way to prevent the animation from happening when updating chart data?

1 Answer, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 03 Apr 2009, 04:22 PM
Hello Kevin,

You can disable the animations when updating the data like this:

RadChart1.DefaultView.ChartArea.EnableAnimations = false


Hope this helps.


Sincerely yours,
Manuel
the Telerik team

Check out Telerik Trainer , the state of the art learning tool for Telerik products.
Tags
Chart
Asked by
Kevin
Top achievements
Rank 2
Answers by
Giuseppe
Telerik team
Share this question
or