<?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/"
		>
<channel>
	<title>Comments on: WPF &amp; Silverlight Charting: A Logarithmic Axis</title>
	<atom:link href="http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/</link>
	<description>Yet another UX guy, working in WPF/Silverlight.</description>
	<lastBuildDate>Mon, 16 Jan 2012 15:35:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: cplotts</title>
		<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/comment-page-2/#comment-1079</link>
		<dc:creator>cplotts</dc:creator>
		<pubDate>Tue, 15 Nov 2011 21:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-1079</guid>
		<description>For fun, here is an image to the new chart:
&lt;img src=&quot;http://www.cplotts.com/wp-content/uploads/2011/11/CorrectLogarithmicChart.png&quot; alt=&quot;Correct Logarithmic Chart&quot;/&gt;</description>
		<content:encoded><![CDATA[<p>For fun, here is an image to the new chart:<br />
<img src="http://www.cplotts.com/wp-content/uploads/2011/11/CorrectLogarithmicChart.png" alt="Correct Logarithmic Chart"/></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cplotts</title>
		<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/comment-page-2/#comment-1078</link>
		<dc:creator>cplotts</dc:creator>
		<pubDate>Tue, 15 Nov 2011 21:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-1078</guid>
		<description>&lt;a href=&quot;#comment-1077&quot; rel=&quot;nofollow&quot;&gt;@Justin&lt;/a&gt;, two things.

First ... I have updated the test harness that you have downloaded. I was previously only showing a logarithmic axis (in the correct direction) on the Y axis ... and not really focusing on the line series. It was working ... but the minimum and maximum values weren&#039;t showing a range to where you could see the data. That is, the sample data occurs at values less than 100.

In the updated harness, I have created a derived logarithmic axis that better shows off the line series.

So, in other words, the fact that no data displays in my test harness is likely not related.

Second ... the development release 4 of this charting component ... may or may not be completely compatible with the February 2010 release of the WPF Toolkit ... I do not know, I have not tried this specific incantation of the logarithmic axis against it. If it doesn&#039;t work, it shouldn&#039;t be too hard to fix ... so that it does work ... but it may not be a drop-in.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1077" rel="nofollow">@Justin</a>, two things.</p>
<p>First &#8230; I have updated the test harness that you have downloaded. I was previously only showing a logarithmic axis (in the correct direction) on the Y axis &#8230; and not really focusing on the line series. It was working &#8230; but the minimum and maximum values weren&#8217;t showing a range to where you could see the data. That is, the sample data occurs at values less than 100.</p>
<p>In the updated harness, I have created a derived logarithmic axis that better shows off the line series.</p>
<p>So, in other words, the fact that no data displays in my test harness is likely not related.</p>
<p>Second &#8230; the development release 4 of this charting component &#8230; may or may not be completely compatible with the February 2010 release of the WPF Toolkit &#8230; I do not know, I have not tried this specific incantation of the logarithmic axis against it. If it doesn&#8217;t work, it shouldn&#8217;t be too hard to fix &#8230; so that it does work &#8230; but it may not be a drop-in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/comment-page-2/#comment-1077</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 15 Nov 2011 19:28:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-1077</guid>
		<description>&lt;a href=&quot;#comment-1075&quot; rel=&quot;nofollow&quot;&gt;@cplotts&lt;/a&gt; 
Thanks for the quick reply.  I&#039;m looking into it still and haven&#039;t yet come up w/ a reasonable explanation.  Consequently, I have also downloaded the DataVisualizationDemos4 project you have linked above, and when selecting to see the &quot;Logarithmic Axis&quot; demonstration, the grid appears but the data line does not.  Could the fact no data displays there be related as well?  

As a background, I am using the February 2010 Release of the WPF Toolkit and .Net Framework 4 in Visual Studio 2010.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1075" rel="nofollow">@cplotts</a><br />
Thanks for the quick reply.  I&#8217;m looking into it still and haven&#8217;t yet come up w/ a reasonable explanation.  Consequently, I have also downloaded the DataVisualizationDemos4 project you have linked above, and when selecting to see the &#8220;Logarithmic Axis&#8221; demonstration, the grid appears but the data line does not.  Could the fact no data displays there be related as well?  </p>
<p>As a background, I am using the February 2010 Release of the WPF Toolkit and .Net Framework 4 in Visual Studio 2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cplotts</title>
		<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/comment-page-2/#comment-1075</link>
		<dc:creator>cplotts</dc:creator>
		<pubDate>Mon, 14 Nov 2011 22:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-1075</guid>
		<description>I have never used the logarithmic axis in that way, but it should be possible. That being said, I wouldn&#039;t be surprised if there is an arbitrary limitation in the charting code.

I would debug into it if I were you.

If you are still hitting a brick wall after debugging into it, compose a simple project for me and I&#039;ll see if I can take a quick look myself.</description>
		<content:encoded><![CDATA[<p>I have never used the logarithmic axis in that way, but it should be possible. That being said, I wouldn&#8217;t be surprised if there is an arbitrary limitation in the charting code.</p>
<p>I would debug into it if I were you.</p>
<p>If you are still hitting a brick wall after debugging into it, compose a simple project for me and I&#8217;ll see if I can take a quick look myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/comment-page-2/#comment-1074</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Mon, 14 Nov 2011 21:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-1074</guid>
		<description>I just recently started playing around with WPF for a work project, and I appear to be having some issues with this axis.  My plot is supposed to be a column series with  a date/time axis along the X, and a logarithmic axis in the Y direction.  When I attempt to render, no values appear on my chart. If I change the column series to another type, such as scatter, area, or line series, my data renders.  Do you have any ideas on why my columns don&#039;t appear?  

As I said, I am new to WPF (I am a Java developer mostly), so if there is more info I need to provide let me know.  Thanks!</description>
		<content:encoded><![CDATA[<p>I just recently started playing around with WPF for a work project, and I appear to be having some issues with this axis.  My plot is supposed to be a column series with  a date/time axis along the X, and a logarithmic axis in the Y direction.  When I attempt to render, no values appear on my chart. If I change the column series to another type, such as scatter, area, or line series, my data renders.  Do you have any ideas on why my columns don&#8217;t appear?  </p>
<p>As I said, I am new to WPF (I am a Java developer mostly), so if there is more info I need to provide let me know.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cplotts</title>
		<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/comment-page-2/#comment-995</link>
		<dc:creator>cplotts</dc:creator>
		<pubDate>Thu, 01 Sep 2011 16:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-995</guid>
		<description>&lt;a href=&quot;#comment-991&quot; rel=&quot;nofollow&quot;&gt;@Morgan&lt;/a&gt;, I&#039;m pretty sure you can do that ... but I really don&#039;t have the time to solve it for you.

I did take a quick look, though, and my axis labels were showing up as 0.01 after setting the Minimum to 0.01 and returning a few more grid lines ... so this seems like something you might be doing/causing on your side.</description>
		<content:encoded><![CDATA[<p><a href="#comment-991" rel="nofollow">@Morgan</a>, I&#8217;m pretty sure you can do that &#8230; but I really don&#8217;t have the time to solve it for you.</p>
<p>I did take a quick look, though, and my axis labels were showing up as 0.01 after setting the Minimum to 0.01 and returning a few more grid lines &#8230; so this seems like something you might be doing/causing on your side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan</title>
		<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/comment-page-2/#comment-991</link>
		<dc:creator>Morgan</dc:creator>
		<pubDate>Tue, 30 Aug 2011 21:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-991</guid>
		<description>Thanks, another quick question, currently if you set a Major value to less the 0.01 it formats it to 0, is there any quick easy way to change the formating?</description>
		<content:encoded><![CDATA[<p>Thanks, another quick question, currently if you set a Major value to less the 0.01 it formats it to 0, is there any quick easy way to change the formating?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cplotts</title>
		<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/comment-page-2/#comment-989</link>
		<dc:creator>cplotts</dc:creator>
		<pubDate>Mon, 29 Aug 2011 20:20:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-989</guid>
		<description>&lt;a href=&quot;#comment-988&quot; rel=&quot;nofollow&quot;&gt;@Morgan&lt;/a&gt;, ha :D, I can&#039;t win!

I fixed the &lt;a href=&quot;http://www.cplotts.com/wp-content/uploads/2011/08/LogarithmicAxisWPF4SL4.zip&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p><a href="#comment-988" rel="nofollow">@Morgan</a>, ha <img src='http://www.cplotts.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> , I can&#8217;t win!</p>
<p>I fixed the <a href="http://www.cplotts.com/wp-content/uploads/2011/08/LogarithmicAxisWPF4SL4.zip" rel="nofollow">link</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan</title>
		<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/comment-page-2/#comment-988</link>
		<dc:creator>Morgan</dc:creator>
		<pubDate>Mon, 29 Aug 2011 19:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-988</guid>
		<description>Thanks for the quick response, I am using WPF4.0/Silverlight 4.0 so hopefully this will fix the problem.  The only issue is that you posted a bad link. :)</description>
		<content:encoded><![CDATA[<p>Thanks for the quick response, I am using WPF4.0/Silverlight 4.0 so hopefully this will fix the problem.  The only issue is that you posted a bad link. <img src='http://www.cplotts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cplotts</title>
		<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/comment-page-1/#comment-987</link>
		<dc:creator>cplotts</dc:creator>
		<pubDate>Mon, 29 Aug 2011 19:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-987</guid>
		<description>&lt;a href=&quot;#comment-986&quot; rel=&quot;nofollow&quot;&gt;@Morgan&lt;/a&gt;, my bad ... that is, if you were using the WPF 4.0/Silverlight 4.0 version of the code that I recently uploaded.

It had a mistake in it that I have corrected.

I have uploaded the correct code to the same &lt;a href=&quot;http://www.cplotts.com/wp-content/uploads/2011/08/LogarithmicAxisWPF4SL4.zip&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p><a href="#comment-986" rel="nofollow">@Morgan</a>, my bad &#8230; that is, if you were using the WPF 4.0/Silverlight 4.0 version of the code that I recently uploaded.</p>
<p>It had a mistake in it that I have corrected.</p>
<p>I have uploaded the correct code to the same <a href="http://www.cplotts.com/wp-content/uploads/2011/08/LogarithmicAxisWPF4SL4.zip" rel="nofollow">link</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

