Welcome to MSDN Blogs Sign in | Join | Help

My new home page, revised [Updated collection of great Silverlight/WPF Data Visualization resources!]

In the time since sharing my last collection of Silverlight/WPF Charting links, there have been some great new articles I'd like to highlight. And in case you haven't heard, we published the October 09 release of the Silverlight Toolkit last week, so please consider upgrading if you haven't already!

Here are the latest links (FYI: previously published links are gray):

Overviews (100 level)

Scenarios (200 level)

Internals (300 level)

Team Member posts (Partner level)

My posts (Ego level)

Many, many thanks to everyone who's spent time helping others learn how to use Silverlight/WPF Data Visualization!

PS - If I've missed any good resources, please leave a comment with a link - I'm always happy to find more good stuff! :)

PPS - The most recent version of this collection will always be pointed to by http://cesso.org/r/DVLinks. If you're going to link to this post, please use that URL so you'll always be up to date.

Published Wednesday, October 28, 2009 10:15 AM by Delay

Comments

# re: My new home page, revised [Updated collection of great Silverlight/WPF Data Visualization resources!]

Thursday, November 12, 2009 1:20 PM by Delay

NEW POST: Binding to a Silverlight Chart Series gives a null reference exception, Jim Lynn, http://jimlynn.wordpress.com/2009/11/11/binding-to-a-silverlight-chart-series-gives-a-null-reference-exception/

# re: My new home page, revised [Updated collection of great Silverlight/WPF Data Visualization resources!]

Monday, December 07, 2009 10:03 PM by Delay

NEW POST: Silverlight 4 Beta is out - and the Toolkit has it covered! [Silverlight Toolkit November 2009 release now available for Silverlight 3 and 4!], David Anson, http://blogs.msdn.com/delay/archive/2009/11/18/silverlight-4-beta-is-out-and-the-toolkit-has-it-covered-silverlight-toolkit-november-2009-release-now-available-for-silverlight-3-and-4.aspx

# re: My new home page, revised [Updated collection of great Silverlight/WPF Data Visualization resources!]

Monday, December 07, 2009 10:04 PM by Delay

NEW POST: Two birds, squared! [Silverlight/WPF Data Visualization Development Release 3 and a DataVisualizationDemos update], David Anson, http://blogs.msdn.com/delay/archive/2009/11/30/two-birds-squared-silverlight-wpf-data-visualization-development-release-3-and-a-datavisualizationdemos-update.aspx

# re: My new home page, revised [Updated collection of great Silverlight/WPF Data Visualization resources!]

Monday, December 07, 2009 10:06 PM by Delay

NEW POST: Getting started with the charting controls, Silverlight SDK, http://blogs.msdn.com/silverlight_sdk/archive/2009/12/07/getting-started-with-the-charting-controls.aspx

# re: My new home page, revised [Updated collection of great Silverlight/WPF Data Visualization resources!]

Wednesday, January 13, 2010 9:48 PM by Delay

NEW POST: "I feel the need... the need for SPEED!" [Seven simple, performance-boosting tweaks for common Silverlight/WPF Charting scenarios], David Anson, http://blogs.msdn.com/delay/archive/2010/01/13/i-feel-the-need-the-need-for-speed-seven-simple-performance-boosting-tweaks-for-common-silverlight-wpf-charting-scenarios.aspx

# re: My new home page, revised [Updated collection of great Silverlight/WPF Data Visualization resources!]

Monday, January 25, 2010 12:44 PM by kyle8086

Do you have any examples as to how to print the chart on paper using the FixedDocument Class? I mean to say that the Chart is not part of a Window; it is manually created and added to the FixedDocument. Printing just the chart as a 'Visual' works but that is not what I'm interested in yet.

When I give it a try, it almost works but the data points are not rendered. It is funny that the axis and legend renders; even with the correct ranges as the data in the line series would cause to occur. But like I say, the data points are not to be seen.

An example on how to do this would be great!

# re: My new home page, revised [Updated collection of great Silverlight/WPF Data Visualization resources!]

Monday, January 25, 2010 1:04 PM by Delay

kyle8086,

This is the second time I've heard feedback like this from a user. :( The layout for Charting is quite a bit more involved that most controls - specifically, the fade-in behavior of the DataPoints can make scenarios like yours difficult because the DataPoints may need to be in the visual tree to have their fade-in animations play and make them all visual. So my first suggestion would be to customize the DataPoint Templates to remove the fade animations - basically make the Chart as static as possible. If that's not enough, please consider forcing a few measure/arrange passes on it yourself to possibly fake it out enough to get all the layout stuff to run to completion. And if that fails, fall back to creating the Chart somewhere in the visual tree and printing it as a visual since that works okay for you. :)

Sorry for the trouble - I've added a note to look into blogging an example of this so I can better understand the issues involved.

Thanks very much for your comment!

# re: My new home page, revised [Updated collection of great Silverlight/WPF Data Visualization resources!]

Monday, January 25, 2010 1:29 PM by kyle8086

Thanks for the tip. I found that specifically setting the DataPointStyle actually caused the data points to render. However attempting to set the PolyLineStyle did not cause the line to render. I am so new to WPF it is difficult to guess as to where to look and what to do. I also attempted to set the lineSeries.TransitionDuration to zero but that did not help the Poly Line to render either.

I'll attempt to dig into the templates as you suggest. As an alternative, would you have a suggestion as to an alternative charting solution that we more time sensitive (read Boss want it done alrady) might employ :) ?

Thanks so much for your response.

# re: My new home page, revised [Updated collection of great Silverlight/WPF Data Visualization resources!]

Monday, January 25, 2010 2:06 PM by Delay

kyle8086,

Offhand, I don't know why the line wouldn't display, sorry! If you've already tried the other suggestions I gave, one other idea might be to subclass LineSeries and force a call to UpdateShape in order to get this to happen. Or maybe just debug into that method to see why the line's not showing up for you.

Hope this helps!

# re: My new home page, revised [Updated collection of great Silverlight/WPF Data Visualization resources!]

Monday, January 25, 2010 2:07 PM by Delay

NEW POST: An Excel file Viewer in Silverlight 4, Walter Ferrari, http://www.silverlightshow.net/items/An-Excel-file-Viewer-in-Silverlight-4.aspx

# re: My new home page, revised [Updated collection of great Silverlight/WPF Data Visualization resources!]

Monday, February 08, 2010 2:54 PM by Delay

NEW POST: Databinding Multi-Series Charts, Beat Kiener, http://blog.thekieners.com/2010/02/07/databinding-multi-series-charts/

Anonymous comments are disabled
 
Page view tracker