<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Databinding Multi-Series Charts</title>
	<atom:link href="http://blog.thekieners.com/2010/02/07/databinding-multi-series-charts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thekieners.com/2010/02/07/databinding-multi-series-charts/</link>
	<description>Blog of Beat Kiener, containing my experiences, thoughts, comments and questions</description>
	<lastBuildDate>Thu, 26 Jan 2012 02:01:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: NEX-C3</title>
		<link>http://blog.thekieners.com/2010/02/07/databinding-multi-series-charts/#comment-923</link>
		<dc:creator><![CDATA[NEX-C3]]></dc:creator>
		<pubDate>Wed, 16 Nov 2011 19:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://bkiener.wordpress.com/2010/02/07/databinding-multi-series-charts/#comment-923</guid>
		<description><![CDATA[Ero stato anche guardando attraverso i singoli è sufficiente, come da un&#039;altra pagina web.]]></description>
		<content:encoded><![CDATA[<p>Ero stato anche guardando attraverso i singoli è sufficiente, come da un&#8217;altra pagina web.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: william</title>
		<link>http://blog.thekieners.com/2010/02/07/databinding-multi-series-charts/#comment-916</link>
		<dc:creator><![CDATA[william]]></dc:creator>
		<pubDate>Tue, 04 Oct 2011 15:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://bkiener.wordpress.com/2010/02/07/databinding-multi-series-charts/#comment-916</guid>
		<description><![CDATA[Hello beat, great job.

Could you explain more about how can I introduce the multi-series chart control in my web-site? 

Thanks a lot.

William]]></description>
		<content:encoded><![CDATA[<p>Hello beat, great job.</p>
<p>Could you explain more about how can I introduce the multi-series chart control in my web-site? </p>
<p>Thanks a lot.</p>
<p>William</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lawrence Pham</title>
		<link>http://blog.thekieners.com/2010/02/07/databinding-multi-series-charts/#comment-860</link>
		<dc:creator><![CDATA[Lawrence Pham]]></dc:creator>
		<pubDate>Thu, 24 Mar 2011 22:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://bkiener.wordpress.com/2010/02/07/databinding-multi-series-charts/#comment-860</guid>
		<description><![CDATA[Hi Beat,

How do you add the title to each series on the Y-axis.  I&#039;ve tried this but the binding does not seem to work:
&lt;code&gt;
     
            
                 
                            
                                
                                 
                            
        
      
    
&lt;/code&gt;

Thank you very much.

Lawrence]]></description>
		<content:encoded><![CDATA[<p>Hi Beat,</p>
<p>How do you add the title to each series on the Y-axis.  I&#8217;ve tried this but the binding does not seem to work:<br />
<code></p>
<p></code></p>
<p>Thank you very much.</p>
<p>Lawrence</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jar</title>
		<link>http://blog.thekieners.com/2010/02/07/databinding-multi-series-charts/#comment-855</link>
		<dc:creator><![CDATA[jar]]></dc:creator>
		<pubDate>Fri, 11 Mar 2011 16:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://bkiener.wordpress.com/2010/02/07/databinding-multi-series-charts/#comment-855</guid>
		<description><![CDATA[Hi,
i use you trick to bind multiseries in WPF but i have very big problem. When datas are changing there is PropertyChange event fired but chart doesn;t change. Chart is drawing only on start program.
Any ideas?]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
i use you trick to bind multiseries in WPF but i have very big problem. When datas are changing there is PropertyChange event fired but chart doesn;t change. Chart is drawing only on start program.<br />
Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johnny</title>
		<link>http://blog.thekieners.com/2010/02/07/databinding-multi-series-charts/#comment-844</link>
		<dc:creator><![CDATA[Johnny]]></dc:creator>
		<pubDate>Fri, 04 Feb 2011 15:07:35 +0000</pubDate>
		<guid isPermaLink="false">http://bkiener.wordpress.com/2010/02/07/databinding-multi-series-charts/#comment-844</guid>
		<description><![CDATA[Hi Beat,
Great solution, have you managed to get selection changed working for any of your series?]]></description>
		<content:encoded><![CDATA[<p>Hi Beat,<br />
Great solution, have you managed to get selection changed working for any of your series?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.thekieners.com/2010/02/07/databinding-multi-series-charts/#comment-814</link>
		<dc:creator><![CDATA[Greg]]></dc:creator>
		<pubDate>Mon, 06 Dec 2010 14:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://bkiener.wordpress.com/2010/02/07/databinding-multi-series-charts/#comment-814</guid>
		<description><![CDATA[Hey Beat,

That helps a ton, I can&#039;t thank you enough. 

For anybody following, Beat also has two great articles referenced in the sample project (in comments in MultiChart.cs) that explain the weak-event pattern used.

http://blog.thekieners.com/2010/02/11/simple-weak-event-listener-for-silverlight/
http://blog.thekieners.com/2010/02/17/weakeventsource-implementation-2/

Thanks again,
Greg]]></description>
		<content:encoded><![CDATA[<p>Hey Beat,</p>
<p>That helps a ton, I can&#8217;t thank you enough. </p>
<p>For anybody following, Beat also has two great articles referenced in the sample project (in comments in MultiChart.cs) that explain the weak-event pattern used.</p>
<p><a href="http://blog.thekieners.com/2010/02/11/simple-weak-event-listener-for-silverlight/" rel="nofollow">http://blog.thekieners.com/2010/02/11/simple-weak-event-listener-for-silverlight/</a><br />
<a href="http://blog.thekieners.com/2010/02/17/weakeventsource-implementation-2/" rel="nofollow">http://blog.thekieners.com/2010/02/17/weakeventsource-implementation-2/</a></p>
<p>Thanks again,<br />
Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beatkiener</title>
		<link>http://blog.thekieners.com/2010/02/07/databinding-multi-series-charts/#comment-809</link>
		<dc:creator><![CDATA[beatkiener]]></dc:creator>
		<pubDate>Sun, 05 Dec 2010 08:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://bkiener.wordpress.com/2010/02/07/databinding-multi-series-charts/#comment-809</guid>
		<description><![CDATA[Hi Greg,
 
 Thank you very much for your feedback.
 
 I&#039;ve attached you a quick implementation of the collection changed event with the use of the weak-event pattern, in order that you can work with an observable collection.
 
 Please have a lock to the attached sample project:
 http://files.thekieners.com/blogcontent/2010/MultiChartDemo2.zip
 
 
There is a new checkbox on top of the demo-view where you can set a flag in the view model in order that the source gets updated instead of creating the new on each timer tick. So you should be able to see how it works. Please note that only the charts on the left side changing the number of series-items or numbers of series.
 
 I hope this is helpfully for you and any further feedback is much appreciated.
 
 Best regards,
 Beat
 
 
 
 
 
 ]]></description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p> Thank you very much for your feedback.</p>
<p> I&#8217;ve attached you a quick implementation of the collection changed event with the use of the weak-event pattern, in order that you can work with an observable collection.</p>
<p> Please have a lock to the attached sample project:<br />
 <a href="http://files.thekieners.com/blogcontent/2010/MultiChartDemo2.zip" rel="nofollow">http://files.thekieners.com/blogcontent/2010/MultiChartDemo2.zip</a></p>
<p>There is a new checkbox on top of the demo-view where you can set a flag in the view model in order that the source gets updated instead of creating the new on each timer tick. So you should be able to see how it works. Please note that only the charts on the left side changing the number of series-items or numbers of series.</p>
<p> I hope this is helpfully for you and any further feedback is much appreciated.</p>
<p> Best regards,<br />
 Beat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.thekieners.com/2010/02/07/databinding-multi-series-charts/#comment-803</link>
		<dc:creator><![CDATA[Greg]]></dc:creator>
		<pubDate>Sat, 04 Dec 2010 01:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://bkiener.wordpress.com/2010/02/07/databinding-multi-series-charts/#comment-803</guid>
		<description><![CDATA[Hey Beat,

First of all, I&#039;d like to thank you for this article, it is very useful, nice job.

Would you be able to give me any guidance on which direction I&#039;d need to go if I wanted to extend this further so that the graph were to update itself if the SeriesSource were an ObservableCollection and was updated? 

Best Regards,
Greg]]></description>
		<content:encoded><![CDATA[<p>Hey Beat,</p>
<p>First of all, I&#8217;d like to thank you for this article, it is very useful, nice job.</p>
<p>Would you be able to give me any guidance on which direction I&#8217;d need to go if I wanted to extend this further so that the graph were to update itself if the SeriesSource were an ObservableCollection and was updated? </p>
<p>Best Regards,<br />
Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight–Displaying Tookit Charts from XML Data - Mike Taulty&#039;s Blog - Mike Taulty's Blog</title>
		<link>http://blog.thekieners.com/2010/02/07/databinding-multi-series-charts/#comment-774</link>
		<dc:creator><![CDATA[Silverlight–Displaying Tookit Charts from XML Data - Mike Taulty&#039;s Blog - Mike Taulty's Blog]]></dc:creator>
		<pubDate>Fri, 05 Nov 2010 01:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://bkiener.wordpress.com/2010/02/07/databinding-multi-series-charts/#comment-774</guid>
		<description><![CDATA[[...] sources of chart data at a time and so I borrowed a simplified version of a MultiChart control from this excellent blog post by Beat which adds a SeriesSource property to the ChartControl ( it also does a little more that I [...]]]></description>
		<content:encoded><![CDATA[<p>[...] sources of chart data at a time and so I borrowed a simplified version of a MultiChart control from this excellent blog post by Beat which adds a SeriesSource property to the ChartControl ( it also does a little more that I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas</title>
		<link>http://blog.thekieners.com/2010/02/07/databinding-multi-series-charts/#comment-768</link>
		<dc:creator><![CDATA[Andreas]]></dc:creator>
		<pubDate>Wed, 20 Oct 2010 13:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://bkiener.wordpress.com/2010/02/07/databinding-multi-series-charts/#comment-768</guid>
		<description><![CDATA[Dear BeatKiener,
This is really a nice way to bind a dynamic amount of different series types to one chart. But with silverlight 4 stacked bar (...) support it seems like there is a limit. The problem is that the hierarchy is extended by one level: A StackedBarSeries itself contains several (again 1-n) SeriesDefinitions. Can you imagine a way how a DataTemplate can be reflected to include StackedBar support? Thanks in advance ;-) and
Best Regards
Andreas]]></description>
		<content:encoded><![CDATA[<p>Dear BeatKiener,<br />
This is really a nice way to bind a dynamic amount of different series types to one chart. But with silverlight 4 stacked bar (&#8230;) support it seems like there is a limit. The problem is that the hierarchy is extended by one level: A StackedBarSeries itself contains several (again 1-n) SeriesDefinitions. Can you imagine a way how a DataTemplate can be reflected to include StackedBar support? Thanks in advance <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  and<br />
Best Regards<br />
Andreas</p>
]]></content:encoded>
	</item>
</channel>
</rss>

