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

Suppressing the "Drawing" of a series every time the databound series changes

1 Answer 28 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 30 Oct 2013, 04:06 PM
Hi,

I have a RadChart containing a SeriesMapping whose ItemSource is data bound to a collection. This collection is also bound to a grid so the contents can be altered. This works great, however whenever I add a new item to the collection the series on the chart appears to redraw, ie it draws from left to right.

I fully understand that the collection has changed so this needs to be reflected in the chart, but the drawing it does is problematic, is there any way to control how this renders? Ideally I don't want to see it being drawn in real time, only once it has been fully rendered. I know this might mean a slight delay but would be much more desirable from a user perspective.

Thanks

1 Answer, 1 is accepted

Sort by
0
Rob
Top achievements
Rank 1
answered on 30 Oct 2013, 05:06 PM
I found the setting I was after.

I set RadChart.DefaultView.ChartArea.EnableAnimations = false

Looking much better now.
Tags
Chart
Asked by
Rob
Top achievements
Rank 1
Answers by
Rob
Top achievements
Rank 1
Share this question
or