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
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