<?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>TreeMap control is comming to Silverlight Toolkit</title><link>http://blogs.msdn.com/marlat/archive/2009/07/10/treemap-control-comes-to-silverlight-toolkit.aspx</link><description>Since this is my first post after over one month break I own an explanation. I have two excuses: one is of course vacations and the other one is really nice. Together with the colleagues of mine, I had the pleasure to work on a new control – TreeMap -</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: TreeMap control comes to Silverlight Toolkit</title><link>http://blogs.msdn.com/marlat/archive/2009/07/10/treemap-control-comes-to-silverlight-toolkit.aspx#9828809</link><pubDate>Fri, 10 Jul 2009 18:32:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9828809</guid><dc:creator>gduncan411</dc:creator><description>&lt;p&gt;When released with the Treemap control be usable in a traditional WPF (3.5) app? i.e. Is it using any SL specific namespaces or will taking the source from the toolkit and getting it running in a WPF app be a piece of cake?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description></item><item><title>re: TreeMap control is comming to Silverlight Toolkit</title><link>http://blogs.msdn.com/marlat/archive/2009/07/10/treemap-control-comes-to-silverlight-toolkit.aspx#9828902</link><pubDate>Fri, 10 Jul 2009 20:27:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9828902</guid><dc:creator>Delay</dc:creator><description>&lt;p&gt;gduncan411,&lt;/p&gt;
&lt;p&gt;It will run under WPF if you recompile; I did this as part of my testing. I'll have more details on this soon on my blog after I do my own introductory post:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/delay/"&gt;http://blogs.msdn.com/delay/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your patience!&lt;/p&gt;
</description></item><item><title>re: TreeMap control is comming to Silverlight Toolkit</title><link>http://blogs.msdn.com/marlat/archive/2009/07/10/treemap-control-comes-to-silverlight-toolkit.aspx#9828943</link><pubDate>Fri, 10 Jul 2009 21:14:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9828943</guid><dc:creator>Kevin Dente</dc:creator><description>&lt;p&gt;Is it time to start considering splitting the Toolkit into multiple assemblies? I consider TreeMap a very low use control, I'm not sure it makes sense to combine it in the main assembly with other, much more commonly used, controls.&lt;/p&gt;
</description></item><item><title>re: TreeMap control is comming to Silverlight Toolkit</title><link>http://blogs.msdn.com/marlat/archive/2009/07/10/treemap-control-comes-to-silverlight-toolkit.aspx#9829089</link><pubDate>Sat, 11 Jul 2009 00:23:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9829089</guid><dc:creator>Delay</dc:creator><description>&lt;p&gt;Kevin,&lt;/p&gt;
&lt;p&gt;The Silverlight Toolkit already comes in multiple assemblies. :) TreeMap has been added to the System.Windows.Controls.DataVisualization.dll assembly alongside the Charting stuff that was already there. This seems like a pretty good place for it - and means that people who are using Toolkit controls in other assemblies don't pay any price for the new TreeMap control.&lt;/p&gt;
&lt;p&gt;Hope this helps!&lt;/p&gt;
</description></item><item><title>re: TreeMap control is comming to Silverlight Toolkit</title><link>http://blogs.msdn.com/marlat/archive/2009/07/10/treemap-control-comes-to-silverlight-toolkit.aspx#9843347</link><pubDate>Tue, 21 Jul 2009 16:35:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9843347</guid><dc:creator>pragati_sd</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;If I want something like this, &lt;/p&gt;
&lt;p&gt;Losses &amp;gt; 0 &amp;amp; &amp;nbsp;Losses &amp;lt;= 2 &amp;nbsp;, then Green &lt;/p&gt;
&lt;p&gt;Losses &amp;gt; 2 &amp;amp; &amp;nbsp;Losses &amp;lt;= 4 &amp;nbsp;, then Red &lt;/p&gt;
&lt;p&gt;Losses &amp;gt; 4 &amp;amp; &amp;nbsp;Losses &amp;lt;= 6 &amp;nbsp;, then Orange &amp;amp; so on…. &lt;/p&gt;
&lt;p&gt;Can I set like this, with this one –&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;datavis:TreeMap.Interpolators&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;datavis:SolidColorBrushInterpolator TargetName=&amp;quot;itemBorder&amp;quot; TargetProperty=&amp;quot;Background&amp;quot; &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DataRangeBinding=&amp;quot;{Binding Losses}&amp;quot; From=&amp;quot;Orange&amp;quot; To=&amp;quot;Orange&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/datavis:TreeMap.Interpolators&amp;gt;&lt;/p&gt;
&lt;p&gt;Can I bind the Range from above, with DataRangeBinding=&amp;quot;{Binding Weightage}&amp;quot; &amp;amp; how? This will solve my issue, then I can use the same color for From=&amp;quot;Orange&amp;quot; To=&amp;quot;Orange&amp;quot; &amp;amp; get my results.&lt;/p&gt;
&lt;p&gt;It will be better, if I can manage this in Xaml, as well as in C#.&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
&lt;p&gt;Pragati&lt;/p&gt;
</description></item><item><title>re: TreeMap control is comming to Silverlight Toolkit</title><link>http://blogs.msdn.com/marlat/archive/2009/07/10/treemap-control-comes-to-silverlight-toolkit.aspx#9846521</link><pubDate>Thu, 23 Jul 2009 18:52:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9846521</guid><dc:creator>marlat</dc:creator><description>&lt;p&gt;Pragati&lt;/p&gt;
&lt;p&gt;With a bare SolidColorBrushInterpolator you can't do it as it interpolates using sRGB. However it is extremely simple to write your own interpolator. You can do it yourself - you need just a couple lines of code - check SolidColorBrushInterpolator implementation. I'll also publish a sample this week on my blog.&lt;/p&gt;
</description></item><item><title>re: TreeMap control is comming to Silverlight Toolkit</title><link>http://blogs.msdn.com/marlat/archive/2009/07/10/treemap-control-comes-to-silverlight-toolkit.aspx#9920417</link><pubDate>Tue, 10 Nov 2009 20:52:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9920417</guid><dc:creator>bitdisaster</dc:creator><description>&lt;p&gt;IS it possible to bind the From color and To color &amp;nbsp;to a view model. I get a bad property exception i f try the following code.&lt;/p&gt;
&lt;p&gt; &amp;lt;datavis:SolidColorBrushInterpolator x:Name=&amp;quot;ColorInterpolator&amp;quot; From=&amp;quot;{Binding FromColor, Mode=OneWay}&amp;quot; To=&amp;quot;Blue&amp;quot;...&lt;/p&gt;
&lt;p&gt;How can I change the interpolation colors at runtime?&lt;/p&gt;
</description></item></channel></rss>