"I feel the need... the need for SPEED!" [Seven simple, performance-boosting tweaks for common Silverlight/WPF Charting scenarios]
**
This blog has moved to a new location and comments have been disabled.
All old posts, new posts, and comments can be found on The blog of dlaa.me.
See you there!
Comments
Anonymous
January 15, 2010
Great blog post ... and great addition to your data visualization demos!Anonymous
February 04, 2010
The comment has been removedAnonymous
February 05, 2010
The comment has been removedAnonymous
February 12, 2010
Cheers for the post and sorry about the slow reply. Re: "Tip: Use fewer data points" I have created 2 simple controls that I believe could help quite a few people with getting some more performance from your charts. They are just a simple IValueConverter and a sub class of CollectionViewSource which when used together will reduce the dataset that the charts will attempt to render. It is nice and simple and I think will help quite a few people. Here is the link to the post with the code: http://leecampbell.blogspot.com/2010/02/squeezing-out-performance-from-charting.html I hope you like it. LeeAnonymous
February 12, 2010
Lee.Campbell, Great post, super stuff - thanks for sharing! FYI that I've added a pointer to my links page: http://cesso.org/r/DVLinksAnonymous
February 14, 2010
The comment has been removedAnonymous
February 14, 2010
ejschoen, Fantastic information, that's just the kind of thing I said in my own comment to Lee's blog post! (Except that I didn't have a link to share, so thank you.) I've replied again to his blog to add a pointer to your comment. I've also added a note to my TODO list to look into adding something like this to the framework as you suggest. It'll be a while before I have time, but at least it's on the list now. :)