<?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>This is what happens when two Toolkits fall in love... [The February 2010 release of the WPF Toolkit is now available!]</title><link>http://blogs.msdn.com/b/delay/archive/2010/02/22/this-is-what-happens-when-two-toolkits-fall-in-love-the-february-2010-release-of-the-wpf-toolkit-is-now-available.aspx</link><description>The WPF Toolkit team has just published the February 2010 release of the WPF Toolkit ! In addition to a variety of bug fixes for DataGrid , DatePicker , Calendar , and Visual State Manager , this release also includes the latest changes to the Data Visualization</description><dc:language>en</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: This is what happens when two Toolkits fall in love... [The February 2010 release of the WPF Toolkit is now available!]</title><link>http://blogs.msdn.com/b/delay/archive/2010/02/22/this-is-what-happens-when-two-toolkits-fall-in-love-the-february-2010-release-of-the-wpf-toolkit-is-now-available.aspx#9991585</link><pubDate>Wed, 07 Apr 2010 07:30:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9991585</guid><dc:creator>David Anson</dc:creator><description>&lt;p&gt;maverickcoder,&lt;/p&gt;
&lt;p&gt;I discuss the underlying issues here:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/delay/archive/2009/05/19/chart-tweaking-made-easy-how-to-make-four-simple-color-tooltip-changes-with-silverlight-wpf-charting.aspx"&gt;http://blogs.msdn.com/delay/archive/2009/05/19/chart-tweaking-made-easy-how-to-make-four-simple-color-tooltip-changes-with-silverlight-wpf-charting.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Basically, once you decide to customize the DataPointStyle, that custom Style overrides the automatic Style from the Chart.Palette collection and therefore the custom palette color doesn't get applied and the DataPoint reverts to its default orange color.&lt;/p&gt;
&lt;p&gt;You can provide a specific Background in your custom Style or copy the default Palette as I describe in that post.&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9991585" width="1" height="1"&gt;</description></item><item><title>re: This is what happens when two Toolkits fall in love... [The February 2010 release of the WPF Toolkit is now available!]</title><link>http://blogs.msdn.com/b/delay/archive/2010/02/22/this-is-what-happens-when-two-toolkits-fall-in-love-the-february-2010-release-of-the-wpf-toolkit-is-now-available.aspx#9991573</link><pubDate>Wed, 07 Apr 2010 07:20:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9991573</guid><dc:creator>maverickcoder</dc:creator><description>&lt;p&gt;I am trying to remove the dot from the lines in the line chart. But it becomes orange if I change the template of the line.&lt;/p&gt;
&lt;p&gt;Then legend is of no use as all line turns orange.&lt;/p&gt;
&lt;p&gt;&amp;lt;Style x:Key=&amp;quot;EmptyPointsStyle&amp;quot; TargetType=&amp;quot;{x:Type DVC:LineDataPoint}&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!--&amp;lt;Setter Property=&amp;quot;Template&amp;quot; Value=&amp;quot;{x:Null}&amp;quot;/&amp;gt;--&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Setter Property=&amp;quot;BorderThickness&amp;quot; Value=&amp;quot;1&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Setter Property=&amp;quot;Template&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Setter.Value&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ControlTemplate TargetType=&amp;quot;DVC:LineDataPoint&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Ellipse StrokeThickness=&amp;quot;{TemplateBinding BorderThickness}&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ControlTemplate&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Setter.Value&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Setter&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/Style&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;Style x:Key=&amp;quot;EmptyPointsStyle&amp;quot; TargetType=&amp;quot;{x:Type charting:LineDataPoint}&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Setter Property=&amp;quot;BorderThickness&amp;quot; Value=&amp;quot;1&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Setter Property=&amp;quot;Template&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Setter.Value&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;ControlTemplate TargetType=&amp;quot;charting:LineDataPoint&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Ellipse StrokeThickness=&amp;quot;{TemplateBinding BorderThickness}&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/ControlTemplate&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Setter.Value&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Setter&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/Style&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;charting:LineSeries Title=&amp;quot;Light&amp;quot; x:Name=&amp;quot;myLightChart&amp;quot; DataPointStyle=&amp;quot;{StaticResource EmptyPointsStyle}&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; IndependentValueBinding=&amp;quot;{Binding Path=Key}&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DependentValueBinding=&amp;quot;{Binding Path=Value}&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;lt;/charting:LineSeries&amp;gt;&lt;/p&gt;
&lt;p&gt;Is this bug ? or any turn around?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9991573" width="1" height="1"&gt;</description></item><item><title>re: This is what happens when two Toolkits fall in love... [The February 2010 release of the WPF Toolkit is now available!]</title><link>http://blogs.msdn.com/b/delay/archive/2010/02/22/this-is-what-happens-when-two-toolkits-fall-in-love-the-february-2010-release-of-the-wpf-toolkit-is-now-available.aspx#9991566</link><pubDate>Wed, 07 Apr 2010 07:11:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9991566</guid><dc:creator>maverickcoder</dc:creator><description>&lt;p&gt;Here Mr Bob has sorted out this. Could be beneficial for other guys looking for step line chart in WPF.&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://cid-51b2fdd068799d15.skydrive.live.com/self.aspx/.Public/StepLineChart.zip"&gt;http://cid-51b2fdd068799d15.skydrive.live.com/self.aspx/.Public/StepLineChart.zip&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9991566" width="1" height="1"&gt;</description></item><item><title>re: This is what happens when two Toolkits fall in love... [The February 2010 release of the WPF Toolkit is now available!]</title><link>http://blogs.msdn.com/b/delay/archive/2010/02/22/this-is-what-happens-when-two-toolkits-fall-in-love-the-february-2010-release-of-the-wpf-toolkit-is-now-available.aspx#9991306</link><pubDate>Tue, 06 Apr 2010 18:14:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9991306</guid><dc:creator>David Anson</dc:creator><description>&lt;p&gt;maverickcoder,&lt;/p&gt;
&lt;p&gt;LineSeries sorts its point by IndependentValue, but when two points have the same value, they may not always maintain their original order. I think I've seen someone trying to do the same thing and what worked for them was to make sure the new points they added were had *slightly* different IndependentValues. This ensured that they would always sort deterministically in the intended order and gave the pretty step effect they wanted.&lt;/p&gt;
&lt;p&gt;Maybe give that a try?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9991306" width="1" height="1"&gt;</description></item><item><title>re: This is what happens when two Toolkits fall in love... [The February 2010 release of the WPF Toolkit is now available!]</title><link>http://blogs.msdn.com/b/delay/archive/2010/02/22/this-is-what-happens-when-two-toolkits-fall-in-love-the-february-2010-release-of-the-wpf-toolkit-is-now-available.aspx#9991149</link><pubDate>Tue, 06 Apr 2010 14:18:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9991149</guid><dc:creator>maverickcoder</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am trying like this creating step line data from normal keyvalue pair. But sometime it creates step line for few points in chart and sometime not. Donot knw why this strange behaviour.&lt;/p&gt;
&lt;p&gt;&amp;lt;chartingToolkit:Chart x:Name=&amp;quot;Chart1&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;chartingToolkit:Chart.Series&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;chartingToolkit:LineSeries Title=&amp;quot;S1&amp;quot; IndependentValueBinding=&amp;quot;{Binding Path=Key}&amp;quot;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DependentValueBinding=&amp;quot;{Binding Path=Value}&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/chartingToolkit:LineSeries&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/chartingToolkit:Chart.Series&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/chartingToolkit:Chart&amp;gt;&lt;/p&gt;
&lt;p&gt;Code:&lt;/p&gt;
&lt;p&gt;......&lt;/p&gt;
&lt;p&gt; &amp;nbsp;List&amp;lt;KeyValuePair&amp;lt;int, int&amp;gt;&amp;gt; series = new List&amp;lt;KeyValuePair&amp;lt;int, int&amp;gt;&amp;gt;();&lt;/p&gt;
&lt;p&gt; &amp;nbsp;series.Add(new KeyValuePair&amp;lt;int, int&amp;gt;(10, 100));&lt;/p&gt;
&lt;p&gt; &amp;nbsp;series.Add(new KeyValuePair&amp;lt;int, int&amp;gt;(20, 130));&lt;/p&gt;
&lt;p&gt; &amp;nbsp;series.Add(new KeyValuePair&amp;lt;int, int&amp;gt;(30, 150));&lt;/p&gt;
&lt;p&gt; &amp;nbsp;series.Add(new KeyValuePair&amp;lt;int, int&amp;gt;(40, 125));&lt;/p&gt;
&lt;p&gt; &amp;nbsp;series.Add(new KeyValuePair&amp;lt;int, int&amp;gt;(50, 155));&lt;/p&gt;
&lt;p&gt; &amp;nbsp;((LineSeries)Chart1.Series[0]).ItemsSource = CreateStepLineSeries&amp;lt;int, int&amp;gt;(series);&lt;/p&gt;
&lt;p&gt;......&lt;/p&gt;
&lt;p&gt;List&amp;lt;KeyValuePair&amp;lt;T, U&amp;gt;&amp;gt; CreateStepLineSeries&amp;lt;T, U&amp;gt;(List&amp;lt;KeyValuePair&amp;lt;T, U&amp;gt;&amp;gt; source)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp;List&amp;lt;KeyValuePair&amp;lt;T, U&amp;gt;&amp;gt; returnValue = new List&amp;lt;KeyValuePair&amp;lt;T, U&amp;gt;&amp;gt;();&lt;/p&gt;
&lt;p&gt; &amp;nbsp;for (int i = 0; i &amp;lt; source.Count; i++)&lt;/p&gt;
&lt;p&gt; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;KeyValuePair&amp;lt;T, U&amp;gt; currentValue = source[i];&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;returnValue.Add(currentValue);&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;if (i &amp;lt; source.Count - 1)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;KeyValuePair&amp;lt;T, U&amp;gt; nextValue = source[i + 1];&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;returnValue.Add(new KeyValuePair&amp;lt;T, U&amp;gt;(nextValue.Key, currentValue.Value));&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp;}&lt;/p&gt;
&lt;p&gt; &amp;nbsp;return returnValue;&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9991149" width="1" height="1"&gt;</description></item><item><title>re: This is what happens when two Toolkits fall in love... [The February 2010 release of the WPF Toolkit is now available!]</title><link>http://blogs.msdn.com/b/delay/archive/2010/02/22/this-is-what-happens-when-two-toolkits-fall-in-love-the-february-2010-release-of-the-wpf-toolkit-is-now-available.aspx#9988976</link><pubDate>Thu, 01 Apr 2010 16:37:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9988976</guid><dc:creator>David Anson</dc:creator><description>&lt;p&gt;maverickcoder,&lt;/p&gt;
&lt;p&gt;It ought to be possible. :) There are some people who have written about creating new series types - you can find all the posts I know about in my charting links collection here: &lt;a rel="nofollow" target="_new" href="http://cesso.org/r/DVLinks"&gt;http://cesso.org/r/DVLinks&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9988976" width="1" height="1"&gt;</description></item><item><title>re: This is what happens when two Toolkits fall in love... [The February 2010 release of the WPF Toolkit is now available!]</title><link>http://blogs.msdn.com/b/delay/archive/2010/02/22/this-is-what-happens-when-two-toolkits-fall-in-love-the-february-2010-release-of-the-wpf-toolkit-is-now-available.aspx#9988642</link><pubDate>Thu, 01 Apr 2010 07:07:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9988642</guid><dc:creator>maverickcoder</dc:creator><description>&lt;p&gt;Hi, Is it possible to make step line chart in WPF? and code would be great help&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9988642" width="1" height="1"&gt;</description></item><item><title>re: This is what happens when two Toolkits fall in love... [The February 2010 release of the WPF Toolkit is now available!]</title><link>http://blogs.msdn.com/b/delay/archive/2010/02/22/this-is-what-happens-when-two-toolkits-fall-in-love-the-february-2010-release-of-the-wpf-toolkit-is-now-available.aspx#9973801</link><pubDate>Fri, 05 Mar 2010 21:38:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9973801</guid><dc:creator>David Anson</dc:creator><description>&lt;p&gt;NickWhymark,&lt;/p&gt;
&lt;p&gt;Thanks for your feedback, I'll do what I can to help here! :)&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9973801" width="1" height="1"&gt;</description></item><item><title>re: This is what happens when two Toolkits fall in love... [The February 2010 release of the WPF Toolkit is now available!]</title><link>http://blogs.msdn.com/b/delay/archive/2010/02/22/this-is-what-happens-when-two-toolkits-fall-in-love-the-february-2010-release-of-the-wpf-toolkit-is-now-available.aspx#9973512</link><pubDate>Fri, 05 Mar 2010 14:08:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9973512</guid><dc:creator>Laughing John</dc:creator><description>&lt;p&gt;I think it is incredibly important that WPF and Silverlight stay as consistent as possible.&lt;/p&gt;
&lt;p&gt;So where practically possible controls &amp;nbsp;and themes should be in both toolkits and be as consistent as they can be.&lt;/p&gt;
&lt;p&gt;Missing the lovely BusyIndicator in particular!!!&lt;/p&gt;
&lt;p&gt;Keep up the good work....&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9973512" width="1" height="1"&gt;</description></item><item><title>re: This is what happens when two Toolkits fall in love... [The February 2010 release of the WPF Toolkit is now available!]</title><link>http://blogs.msdn.com/b/delay/archive/2010/02/22/this-is-what-happens-when-two-toolkits-fall-in-love-the-february-2010-release-of-the-wpf-toolkit-is-now-available.aspx#9968183</link><pubDate>Tue, 23 Feb 2010 18:25:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9968183</guid><dc:creator>David Anson</dc:creator><description>&lt;p&gt;shaggygi,&lt;/p&gt;
&lt;p&gt;Your passion is great to see! :) I think additional controls will be ported over as time and resources permit. I don't have any particular insight into when some of this might happen, but I'm going to pass your feedback on to some of the relevant folks internally to be sure these issues are on their list.&lt;/p&gt;
&lt;p&gt;Thanks for the feedback!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9968183" width="1" height="1"&gt;</description></item></channel></rss>