<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Click your way to great Silverlight charts [Live ChartBuilder sample and source code!]</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx</link><description>Yesterday in my Introduction to Charting with the Silverlight Toolkit post, I included a teaser for my ChartBuilder application. The tease ends today, because I've just posted a live ChartBuilder for everyone to play with and am also making the source</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Delay's Blog : Click your way to great Silverlight charts [Live ChartBuilder sample and source code!]</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9023563</link><pubDate>Thu, 30 Oct 2008 06:37:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9023563</guid><dc:creator>Delay's Blog : Click your way to great Silverlight charts [Live ChartBuilder sample and source code!]</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx"&gt;http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>Silverlight Cream for October 29, 2008 - 3 -- #413</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9023697</link><pubDate>Thu, 30 Oct 2008 08:41:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9023697</guid><dc:creator>Community Blogs</dc:creator><description>&lt;p&gt;In this issue: Jeff Handley, David Anson, Jafar Husain, Justin Angel, Beatriz Stollnitz, Scott Barnes&lt;/p&gt;
</description></item><item><title>re: Click your way to great Silverlight charts [Live ChartBuilder sample and source code!]</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9025281</link><pubDate>Fri, 31 Oct 2008 00:06:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9025281</guid><dc:creator>davidjjon77</dc:creator><description>&lt;p&gt;Hi David,&lt;/p&gt;
&lt;p&gt;This is a very nice tool - thank you for sharing the source code.&lt;/p&gt;
&lt;p&gt;David Roh&lt;/p&gt;
</description></item><item><title>re: Click your way to great Silverlight charts [Live ChartBuilder sample and source code!]</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9025747</link><pubDate>Fri, 31 Oct 2008 05:18:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9025747</guid><dc:creator>unruledboy</dc:creator><description>&lt;p&gt;we should improve the silverlight chart by learning this good one: &lt;a rel="nofollow" target="_new" href="http://www.visifire.com/"&gt;http://www.visifire.com/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>PDC "Silverlight Controls Roadmap" talk and materials</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9025846</link><pubDate>Fri, 31 Oct 2008 06:28:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9025846</guid><dc:creator>Shawn Burke's Blog</dc:creator><description>&lt;p&gt;Just arrived back home from a great few days down at PDC in LA.&amp;amp;#160; What a fun show to be at - even&lt;/p&gt;
</description></item><item><title>re: Invariant Culture</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9045141</link><pubDate>Wed, 05 Nov 2008 23:47:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9045141</guid><dc:creator>Thimp</dc:creator><description>&lt;p&gt;thanks for the great example and the great tool! A hint for with developers using other cultures: The XAML writer uses a obj.ToString() method that does not use the invariant culture:&lt;/p&gt;
&lt;p&gt;In page.xaml.cs line 236:&lt;/p&gt;
&lt;p&gt;writer.WriteElementString(obj.GetType().Name, systemNamespace, obj.ToString());&lt;/p&gt;
&lt;p&gt;That can pose a problem since the sys:double element in the resulting xaml contains an invalid value 2,33333 instead of 2.3333&lt;/p&gt;
&lt;p&gt;change the line to somthing like:&lt;/p&gt;
&lt;p&gt;string.Format(CultureInfo.InvariantCulture, &amp;quot;{0}&amp;quot;, obj) and you'll be ok.&lt;/p&gt;
</description></item><item><title>re: Click your way to great Silverlight charts [Live ChartBuilder sample and source code!]</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9045151</link><pubDate>Wed, 05 Nov 2008 23:55:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9045151</guid><dc:creator>Delay</dc:creator><description>&lt;p&gt;Thimp,&lt;/p&gt;
&lt;p&gt;Thank you very much for pointing this out! I did a full Code Analysis pass quite a few times during ChartBuilder development, but obviously missed this instance. I always try to support culture settings other than my own, and I've added this to my list of things to fix. As it happens, someone else reported an issue that could be due to the same problem, so it would be great to solve both problems at once! :)&lt;/p&gt;
&lt;p&gt;Thanks again for the help!!&lt;/p&gt;
</description></item><item><title>The Weekly Source Code 36 - PDC, BabySmash and Silverlight Charting</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9047127</link><pubDate>Thu, 06 Nov 2008 09:00:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9047127</guid><dc:creator>Scott Hanselman</dc:creator><description>&lt;p&gt;First, let me remind you that in my new ongoing quest to read source code to be a better developer ,&lt;/p&gt;
</description></item><item><title>The Weekly Source Code 36 - PDC, BabySmash and Silverlight Charting</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9047148</link><pubDate>Thu, 06 Nov 2008 09:06:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9047148</guid><dc:creator>ASPInsiders</dc:creator><description>&lt;p&gt;First, let me remind you that in my new ongoing quest to read source code to be a better developer ,&lt;/p&gt;
</description></item><item><title>My new home page [A collection of great Silverlight Charting resources!]</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9059250</link><pubDate>Tue, 11 Nov 2008 07:42:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9059250</guid><dc:creator>Microsoft Weblogs</dc:creator><description>&lt;p&gt;It's been nearly two weeks since the Silverlight Toolkit's November release . I've been trying to keep&lt;/p&gt;
</description></item><item><title>Silverlight Charting gets a host of improvements [Silverlight Toolkit December 08 release now available!]</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9188596</link><pubDate>Wed, 10 Dec 2008 04:12:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9188596</guid><dc:creator>Delay's Blog</dc:creator><description>&lt;p&gt;The December 08 release of the Silverlight Toolkit was published a short while ago. Just about every&lt;/p&gt;
</description></item><item><title>Great Silverlight charts are still just a click away [ChartBuilder sample and source code updated for Charting's December 08 release]</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9195545</link><pubDate>Thu, 11 Dec 2008 10:38:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9195545</guid><dc:creator>Delay's Blog</dc:creator><description>&lt;p&gt;In yesterday's announcement of the December 08 release of Charting for Silverlight , I outlined some&lt;/p&gt;
</description></item><item><title>My new home page, expanded [Updated collection of great Silverlight Charting resources!]</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9401313</link><pubDate>Fri, 06 Feb 2009 10:30:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9401313</guid><dc:creator>Delay's Blog</dc:creator><description>&lt;p&gt;It's been a couple of months since I shared my semi-comprehensive page of Charting resources on the web&lt;/p&gt;
</description></item><item><title>The Weekly Source Code 36 - PDC, BabySmash and Silverlight Charting</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9413717</link><pubDate>Thu, 12 Feb 2009 02:52:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9413717</guid><dc:creator>BabySmash</dc:creator><description>&lt;p&gt;First, let me remind you that in my new ongoing quest to read source code to be a better developer ,&lt;/p&gt;
</description></item><item><title>Tutoriales para Silverlight</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9433598</link><pubDate>Thu, 19 Feb 2009 12:10:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9433598</guid><dc:creator>DotNetClub Complutense Madrid</dc:creator><description>&lt;p&gt;En el blog de Felix Wang , he encontrado este art&amp;amp;iacute;culo donde se agrupan una colecci&amp;amp;oacute;n de&lt;/p&gt;
</description></item><item><title>Silverlight Charting is faster and better than ever [Silverlight Toolkit March 09 release now available!]</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9489331</link><pubDate>Thu, 19 Mar 2009 10:35:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9489331</guid><dc:creator>Delay's Blog</dc:creator><description>&lt;p&gt;We've just published the March 09 release of the Silverlight Toolkit and I bet there's something in there&lt;/p&gt;
</description></item><item><title>Silverlight Charting remains just a click away - and runs on WPF, too!! [ChartBuilder sample and source code updated for Charting's March 09 release]</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9492006</link><pubDate>Fri, 20 Mar 2009 11:15:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9492006</guid><dc:creator>Delay's Blog</dc:creator><description>&lt;p&gt;In yesterday's announcement of the March 09 release of the Silverlight Toolkit and Silverlight Charting&lt;/p&gt;
</description></item><item><title>My new home page, extended [Updated collection of great Silverlight and WPF Charting resources!]</title><link>http://blogs.msdn.com/delay/archive/2008/10/29/click-your-way-to-great-silverlight-charts-live-chartbuilder-sample-and-source-code.aspx#9566606</link><pubDate>Fri, 24 Apr 2009 15:35:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9566606</guid><dc:creator>Microsoft Weblogs</dc:creator><description>&lt;p&gt;It's been a while since the March 09 release of the Silverlight Toolkit - and even longer since I last&lt;/p&gt;
</description></item></channel></rss>