<?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>Using Client Extensibility in NAV 2009 SP1 to create Charts</title><link>http://blogs.msdn.com/b/nav/archive/2010/02/03/using-client-extensibility-in-nav-2009-sp1-to-create-charts.aspx</link><description>Just to get a bit of practice with Client Extensibility, I experimented with some examples I got. They use MS chart controls to build chart 
 components for RTC. As it turned out, the result was something that might even be useful as well. So this post</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Using Client Extensibility in NAV 2009 SP1 to create Charts</title><link>http://blogs.msdn.com/b/nav/archive/2010/02/03/using-client-extensibility-in-nav-2009-sp1-to-create-charts.aspx#10236120</link><pubDate>Fri, 11 Nov 2011 10:35:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10236120</guid><dc:creator>Lars Lohndorf-Larsen</dc:creator><description>&lt;p&gt;The codeunit uses XML V4, so likely you just need to change that to XML V6. In variables, just change:&lt;/p&gt;
&lt;p&gt;&amp;#39;Microsoft XML, v4.0&amp;#39;.DOMDocument&lt;/p&gt;
&lt;p&gt;&amp;#39;Microsoft XML, v4.0&amp;#39;.IXMLDOMNode&lt;/p&gt;
&lt;p&gt;to&lt;/p&gt;
&lt;p&gt;&amp;#39;Microsoft XML, v6.0&amp;#39;.DOMDocument&lt;/p&gt;
&lt;p&gt;&amp;#39;Microsoft XML, v6.0&amp;#39;.IXMLDOMNode&lt;/p&gt;
&lt;p&gt;And see if that compiles?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10236120" width="1" height="1"&gt;</description></item><item><title>re: Using Client Extensibility in NAV 2009 SP1 to create Charts</title><link>http://blogs.msdn.com/b/nav/archive/2010/02/03/using-client-extensibility-in-nav-2009-sp1-to-create-charts.aspx#10235853</link><pubDate>Thu, 10 Nov 2011 16:32:38 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10235853</guid><dc:creator>Siyab</dc:creator><description>&lt;p&gt;The codeunit cannot be compiled.&lt;/p&gt;
&lt;p&gt;Sub Type of Automation &amp;#39;Microsoft XML, v4.0&amp;#39;.DOMDocument does not exists in my pc. Instead I get &amp;#39;Microsoft XML, v4.0&amp;#39;.Unknown Class&amp;#39;.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10235853" width="1" height="1"&gt;</description></item><item><title>re: Using Client Extensibility in NAV 2009 SP1 to create Charts</title><link>http://blogs.msdn.com/b/nav/archive/2010/02/03/using-client-extensibility-in-nav-2009-sp1-to-create-charts.aspx#10233788</link><pubDate>Thu, 03 Nov 2011 22:00:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10233788</guid><dc:creator>Siyab</dc:creator><description>&lt;p&gt;The following must be installed on the server or client system.&lt;/p&gt;
&lt;p&gt;Microsoft Chart Controls Add-on for Microsoft Visual Studio 2008&lt;/p&gt;
&lt;p&gt;Microsoft Chart Controls for Microsoft .NET Framework 3.5&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10233788" width="1" height="1"&gt;</description></item><item><title>re: Using Client Extensibility in NAV 2009 SP1 to create Charts</title><link>http://blogs.msdn.com/b/nav/archive/2010/02/03/using-client-extensibility-in-nav-2009-sp1-to-create-charts.aspx#10056214</link><pubDate>Tue, 31 Aug 2010 11:07:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10056214</guid><dc:creator>Lars Lohndorf-Larsen</dc:creator><description>&lt;p&gt;Hi Stephen,&lt;/p&gt;
&lt;p&gt;It can indeed do multiple series - check the next blog in this series:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/b/nav/archive/2010/02/11/more-charts.aspx"&gt;blogs.msdn.com/.../more-charts.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There is still the limitation that the whole chart definition can maximum be 1024 characters. Something which you may hit if you start adding more series. I hope to address that one day, if the interest for these charts is big enough.&lt;/p&gt;
&lt;p&gt;Thanks for your interest!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10056214" width="1" height="1"&gt;</description></item><item><title>re: Using Client Extensibility in NAV 2009 SP1 to create Charts</title><link>http://blogs.msdn.com/b/nav/archive/2010/02/03/using-client-extensibility-in-nav-2009-sp1-to-create-charts.aspx#10056198</link><pubDate>Tue, 31 Aug 2010 09:54:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10056198</guid><dc:creator>Steve</dc:creator><description>&lt;p&gt;Hi Lars, &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could this be easily modified to allow to Series. &amp;nbsp;For example allowing sales and profit to show on the same Chart ?&lt;/p&gt;
&lt;p&gt;Stephen&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10056198" width="1" height="1"&gt;</description></item><item><title>re: Using Client Extensibility in NAV 2009 SP1 to create Charts</title><link>http://blogs.msdn.com/b/nav/archive/2010/02/03/using-client-extensibility-in-nav-2009-sp1-to-create-charts.aspx#9960404</link><pubDate>Tue, 09 Feb 2010 13:00:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9960404</guid><dc:creator>Lars Lohndorf-Larsen</dc:creator><description>&lt;p&gt;The Automation vars are all for XML. I use Version 4, like here for example:&lt;/p&gt;
&lt;p&gt;'Microsoft XML, v4.0'.DOMDocument&lt;/p&gt;
&lt;p&gt;It would be safe enought to use Version 6 if you don't have Version 4. I 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=9960404" width="1" height="1"&gt;</description></item><item><title>re: Using Client Extensibility in NAV 2009 SP1 to create Charts</title><link>http://blogs.msdn.com/b/nav/archive/2010/02/03/using-client-extensibility-in-nav-2009-sp1-to-create-charts.aspx#9960373</link><pubDate>Tue, 09 Feb 2010 12:13:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9960373</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What is subtype of the automation vars that you use in CU 75550.&lt;/p&gt;
&lt;p&gt;Br&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9960373" width="1" height="1"&gt;</description></item></channel></rss>