<?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>Thu, 18 Feb 2010 14:12:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kyle</title>
		<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/comment-page-1/#comment-421</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 02 Feb 2010 21:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-421</guid>
		<description>One more hint. The polyline also does not show up when the control is rendered using RenderTargetBitmap; I am attempting to render the control into an image file without first having to actually have a Window associated with the graph.</description>
		<content:encoded><![CDATA[<p>One more hint. The polyline also does not show up when the control is rendered using RenderTargetBitmap; I am attempting to render the control into an image file without first having to actually have a Window associated with the graph.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/comment-page-1/#comment-420</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 02 Feb 2010 21:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-420</guid>
		<description>This failure to see the polyline is not specific to the logarithmic axis. I have not figured this out yet; it sure would be nice to know how to get this to work.</description>
		<content:encoded><![CDATA[<p>This failure to see the polyline is not specific to the logarithmic axis. I have not figured this out yet; it sure would be nice to know how to get this to work.</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-415</link>
		<dc:creator>cplotts</dc:creator>
		<pubDate>Thu, 28 Jan 2010 14:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-415</guid>
		<description>&lt;a href=&quot;#comment-403&quot; rel=&quot;nofollow&quot;&gt;Kyle&lt;/a&gt;: I would also contact &lt;a href=&quot;http://blogs.msdn.com/delay/default.aspx&quot; rel=&quot;nofollow&quot;&gt;David Anson&lt;/a&gt; about this issue. Or ... are you only noticing it with my logarithmic axis implementation?</description>
		<content:encoded><![CDATA[<p><a href="#comment-403" rel="nofollow">Kyle</a>: I would also contact <a href="http://blogs.msdn.com/delay/default.aspx" rel="nofollow">David Anson</a> about this issue. Or &#8230; are you only noticing it with my logarithmic axis implementation?</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-413</link>
		<dc:creator>cplotts</dc:creator>
		<pubDate>Thu, 28 Jan 2010 14:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-413</guid>
		<description>&lt;a href=&quot;#comment-403&quot; rel=&quot;nofollow&quot;&gt;Kyle&lt;/a&gt;: I have never tried that. Interesting.

Very interesting, in fact. As we currently have a bug where the polyline is not showing up in one of our graphs being printed.

I will keep your issue in mind when I tackle our own issue, and if I learn anything that might help you ... I will comment back here. Please do the same on your end.</description>
		<content:encoded><![CDATA[<p><a href="#comment-403" rel="nofollow">Kyle</a>: I have never tried that. Interesting.</p>
<p>Very interesting, in fact. As we currently have a bug where the polyline is not showing up in one of our graphs being printed.</p>
<p>I will keep your issue in mind when I tackle our own issue, and if I learn anything that might help you &#8230; I will comment back here. Please do the same on your end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/comment-page-1/#comment-403</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 26 Jan 2010 18:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-403</guid>
		<description>I was wondering if you have had any luck getting a chart to print using a FixedDocument? My experience in attempting to do so shows that the X and Y axis print, but not the data points or polyline connecting them. I am not talking about printing the chart as a &#039;visual&#039; having already been rendered within a Window, but directly created and placed on a FixedDocument (well in a FixedPage and Canvas but you get the idea).

This is a mystery to me and I thought you might have tried this already?</description>
		<content:encoded><![CDATA[<p>I was wondering if you have had any luck getting a chart to print using a FixedDocument? My experience in attempting to do so shows that the X and Y axis print, but not the data points or polyline connecting them. I am not talking about printing the chart as a &#8216;visual&#8217; having already been rendered within a Window, but directly created and placed on a FixedDocument (well in a FixedPage and Canvas but you get the idea).</p>
<p>This is a mystery to me and I thought you might have tried this already?</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-380</link>
		<dc:creator>cplotts</dc:creator>
		<pubDate>Thu, 21 Jan 2010 14:05:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-380</guid>
		<description>&lt;a href=&quot;#comment-379&quot; rel=&quot;nofollow&quot;&gt;@Kyle &lt;/a&gt;

As I have mentioned in a private email to you, I do get this error, but it doesn&#039;t seem to affect things ... and if I rebuild ... the Visual Studio designer surface does come up.

What is interesting is that I don&#039;t get this error in Blend ... which makes me less concerned about it really. The Visual Studio designer definitely has its issues. I wish I hadn&#039;t stripped out the WPF 4 project now. It would be interesting to see if that designer error comes up in the new Visual Studio 2010 designer. I would speculate that it wouldn&#039;t ... as they have seriously worked on the Visual Studio designer for 2010. If anyone goes to the length of finding this out ... let me know.

&lt;em&gt;(Note: this designer error only happens with the version of the source code above ... that is an extension of the toolkit ... and not with the local edit of the toolkit.)&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p><a href="#comment-379" rel="nofollow">@Kyle </a></p>
<p>As I have mentioned in a private email to you, I do get this error, but it doesn&#8217;t seem to affect things &#8230; and if I rebuild &#8230; the Visual Studio designer surface does come up.</p>
<p>What is interesting is that I don&#8217;t get this error in Blend &#8230; which makes me less concerned about it really. The Visual Studio designer definitely has its issues. I wish I hadn&#8217;t stripped out the WPF 4 project now. It would be interesting to see if that designer error comes up in the new Visual Studio 2010 designer. I would speculate that it wouldn&#8217;t &#8230; as they have seriously worked on the Visual Studio designer for 2010. If anyone goes to the length of finding this out &#8230; let me know.</p>
<p><em>(Note: this designer error only happens with the version of the source code above &#8230; that is an extension of the toolkit &#8230; and not with the local edit of the toolkit.)</em></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/comment-page-1/#comment-379</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Wed, 20 Jan 2010 22:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-379</guid>
		<description>When opening the solution using VisualStudio 2008 I see two errors. One of which is:
&lt;em&gt;A value of type &#039;LogarithmicAxis&#039; cannot be added to a collection or dictionary of type &#039;Collection`1&#039;.
C:\DataVisualizationDemos\Silverlight\VisibilityTestHarness.xaml    202    5    DataVisualizationDemosWPF&lt;/em&gt;

The demo seems to work all the same however I get the same error in my own project after I have put this source in my project ... and attempt to utilize the logarithmic axis in the xaml file.

Do you know why this is happening and how to fix it?

The Visual Studio designer cannot render the Window when this error occurs.

Thanks!</description>
		<content:encoded><![CDATA[<p>When opening the solution using VisualStudio 2008 I see two errors. One of which is:<br />
<em>A value of type &#8216;LogarithmicAxis&#8217; cannot be added to a collection or dictionary of type &#8216;Collection`1&#8242;.<br />
C:\DataVisualizationDemos\Silverlight\VisibilityTestHarness.xaml    202    5    DataVisualizationDemosWPF</em></p>
<p>The demo seems to work all the same however I get the same error in my own project after I have put this source in my project &#8230; and attempt to utilize the logarithmic axis in the xaml file.</p>
<p>Do you know why this is happening and how to fix it?</p>
<p>The Visual Studio designer cannot render the Window when this error occurs.</p>
<p>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-1/#comment-377</link>
		<dc:creator>cplotts</dc:creator>
		<pubDate>Tue, 19 Jan 2010 15:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-377</guid>
		<description>I have just updated this blog post to include the source code that shows the logarithmic axis as an extension of the toolkit (versus a local edit).

See the last postscript above.</description>
		<content:encoded><![CDATA[<p>I have just updated this blog post to include the source code that shows the logarithmic axis as an extension of the toolkit (versus a local edit).</p>
<p>See the last postscript above.</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-194</link>
		<dc:creator>cplotts</dc:creator>
		<pubDate>Mon, 26 Oct 2009 15:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-194</guid>
		<description>Very nice! Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Very nice! Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srikanth</title>
		<link>http://www.cplotts.com/2009/10/09/wpf-silverlight-charting-a-logarithmic-axis/comment-page-1/#comment-193</link>
		<dc:creator>Srikanth</dc:creator>
		<pubDate>Mon, 26 Oct 2009 15:07:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.cplotts.com/?p=329#comment-193</guid>
		<description>I understand. Here is how my latest implementation looks:

http://img24.imageshack.us/img24/3817/logchart.jpg</description>
		<content:encoded><![CDATA[<p>I understand. Here is how my latest implementation looks:</p>
<p><a href="http://img24.imageshack.us/img24/3817/logchart.jpg" rel="nofollow">http://img24.imageshack.us/img24/3817/logchart.jpg</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
