<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The How to site &#187; DevLog</title>
	<atom:link href="http://www.bloggpro.com/category/devlog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bloggpro.com</link>
	<description>Office tips, CSS, PHP, MySQL scripting and web publishing</description>
	<lastBuildDate>Wed, 28 Apr 2010 00:34:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>NanoCharts milestone release v0.51</title>
		<link>http://www.bloggpro.com/nanocharts-milestone-release-v051/</link>
		<comments>http://www.bloggpro.com/nanocharts-milestone-release-v051/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 13:37:13 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[DevLog]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://www.bloggpro.com/nanocharts-milestone-release-v051/</guid>
		<description><![CDATA[Keywords: Nanocharts, sparklines, VBA, in-cell graphing
Version: Tested on Excel 2003.
Download: NanoCharts public beta 0.51 (downloaded 1168 times)

Just a quick heads-up about the latest version of the Nanocharts add-in. I have added some options such as highlighting the last data point, display the last data value and showing the x-axis. The user can also select and [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Keywords:</strong> <a href="http://www.bloggpro.com/?s=nanocharts">Nanocharts</a>, <a href="http://www.bloggpro.com/?s=sparklines">sparklines</a>, VBA, <a href="http://www.bloggpro.com/?s=in-cell+graphing">in-cell graphing</a></p>
<p><strong>Version:</strong> Tested on Excel 2003.</p>
<p><strong>Download:</strong> <a href="http://www.bloggpro.com/downloads/NanoCharts_beta_v051">NanoCharts public beta 0.51</a> (downloaded 1168 times)</p>
<p><span id="more-213"></span></p>
<p>Just a quick heads-up about the latest version of the Nanocharts add-in. I have added some options such as highlighting the last data point, display the last data value and showing the x-axis. The user can also select and customize the colors used for the Nanocharts.</p>
<p><img src="http://www.bloggpro.com/wp-content/uploads/2007/10/nanocht1.PNG" alt="Nanocharts, sparklines, VBA, in-cell graphing" /></p>
<p>The data orientation is not yet implemented, nor can multiple charts be inserted at once, but these functions will make it into the next release.</p>
<p><img src="http://www.bloggpro.com/wp-content/uploads/2007/10/nanocht2.PNG" alt="Nanocharts, sparklines, VBA, in-cell graphing" /></p>
<p>A sample output can be seen in the image below.</p>
<p><img src="http://www.bloggpro.com/wp-content/uploads/2007/10/nanocht3.PNG" alt="Nanocharts, sparklines, VBA, in-cell graphing" /></p>
<p>The Nanocharts are by default set to include hidden cells, so by untilizing this and hiding columns you can make extremely readable report summaries, but that still contain the same information density:</p>
<p><img src="http://www.bloggpro.com/wp-content/uploads/2007/10/nanocht4.PNG" alt="Nanocharts, sparklines, VBA, in-cell graphing" height="200" width="375" /></p>
<p>Please don&#8217;t hesitate to leave feedback, requests and suggestions for the coming development of NanoCharts. See you soon!</p>
<p><strong>Download:</strong> <a href="http://www.bloggpro.com/downloads/NanoCharts_beta_v051">NanoCharts public beta 0.51</a> (downloaded 1168 times)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggpro.com/nanocharts-milestone-release-v051/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>NanoCharts sparklines Add-in beta for public testing</title>
		<link>http://www.bloggpro.com/nanocharts-sparklines-add-in-beta-for-public-testing/</link>
		<comments>http://www.bloggpro.com/nanocharts-sparklines-add-in-beta-for-public-testing/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 13:28:03 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[DevLog]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://www.bloggpro.com/nanocharts-sparklines-add-in-beta-for-public-testing/</guid>
		<description><![CDATA[Keywords: NanoChart, Microcharts, Sparklines, Excel, VBA, Macro
Download: NanoCharts public beta 0.50 (downloaded 416 times)
Some time ago I announced a mini-project called NanoCharts, which is  an implementation of Edward Tuftes Sparklines concept. Sparklines (and NanoCharts) are basically small, word sized graphics for high density visualization of data. I have been working to make available a sort [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Keywords:</strong> <a href="http://www.bloggpro.com/?s=nanocharts">NanoChart</a>, <a href="http://www.bloggpro.com/?s=microcharts">Microcharts</a>, <a href="http://www.bloggpro.com/?s=sparklines">Sparklines</a>, Excel, VBA, Macro</p>
<p><strong>Download:</strong> <a href="http://www.bloggpro.com/downloads/NanoCharts_beta_050">NanoCharts public beta 0.50</a> (downloaded 416 times)</p>
<p>Some time ago I announced a mini-project called <a href="http://www.bloggpro.com/?s=nanocharts">NanoCharts</a>, which is  an implementation of Edward Tuftes Sparklines concept. Sparklines (and NanoCharts) are basically small, word sized graphics for high density visualization of data. I have been working to make available a sort of beta release of what will eventually be an Add-in for Excel. At present I have a working version that allow the user to insert some different NanoChart types and do some simple formatting selections. The current user form looks like this:</p>
<p><span id="more-203"></span></p>
<p><img src="http://www.bloggpro.com/wp-content/uploads/2007/10/nanobeta1.PNG" alt="NanoCharts sparklines Add-in beta for public testing" /></p>
<p>For now the user can insert only one chart at once, but this will probably change in the future. Also, data orientation and colors cannot be selected at the moment, but this will also likely be added to the next release. The resulting NanoCharts can be seen in the next picture.</p>
<p><img src="http://www.bloggpro.com/wp-content/uploads/2007/10/nanobeta2.PNG" alt="NanoCharts sparklines Add-in beta for public testing" /></p>
<p>To try this add-in, simply download the file, select any row of data and click &#8220;Insert NanoChart&#8221;, select the options you wamt in the User form and click OK. The NanoChart will be inserted in the cell immediately to the right of your selection.</p>
<p>Please give feedback and request features by posting comments to this post, or simply <a href="http://www.bloggpro.com/contact/">contact me</a> via email. Enjoy.</p>
<p><strong>Download:</strong> <a href="http://www.bloggpro.com/downloads/NanoCharts_beta_050">NanoCharts public beta 0.50</a> (downloaded 416 times)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggpro.com/nanocharts-sparklines-add-in-beta-for-public-testing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NanoCharts add-in development</title>
		<link>http://www.bloggpro.com/nanocharts-add-in-development/</link>
		<comments>http://www.bloggpro.com/nanocharts-add-in-development/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 14:41:23 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[DevLog]]></category>
		<category><![CDATA[Excel]]></category>

		<guid isPermaLink="false">http://www.bloggpro.com/nanocharts-add-in-development/</guid>
		<description><![CDATA[As I decided to develop the NanoCharts (a concept more known as Microcharts or Sparklines) into an Excel  add-in I&#8217;ve started by specifying features and functionality and came up with the following list:

Three different types of charts; bar, line and dot
 Possibility to have data in rows or columns
Selectable chart color
Optional x-axis
Option to display [...]]]></description>
			<content:encoded><![CDATA[<p>As I decided to develop the <a href="http://www.bloggpro.com/nanocharts-enables-excel-in-cell-charts-with-sparklines-concept/">NanoCharts</a> (a concept more known as <a href="http://www.bonavistasystems.com/" title="Microcharts"><strong>Microcharts</strong></a> or <strong>Sparklines</strong>) into an Excel  add-in I&#8217;ve started by specifying features and functionality and came up with the following list:</p>
<ul>
<li>Three different types of charts; bar, line and dot</li>
<li> Possibility to have data in rows or columns</li>
<li>Selectable chart color</li>
<li>Optional x-axis</li>
<li>Option to display last value as number</li>
</ul>
<ol></ol>
<p><span id="more-188"></span></p>
<p>I started creating a user form for these features (see below) on which I will base the add-in. I&#8217;d love to hear suggestions for features, what you would find useful or maybe less useful. Use the comment function.</p>
<p><img src="http://www.bloggpro.com/wp-content/uploads/2007/10/userform.PNG" alt="NanoCharts add-in user form" /></p>
<p>To give an idea on what the end result may look like I include an example line chart in the picture below.</p>
<p><img src="http://www.bloggpro.com/wp-content/uploads/2007/10/example1.PNG" alt="Example NanoChart line chart" /></p>
<p>In this example the x-axis is visible, which detracts somewhat from the readability, but if your data have negative values it can be useful in the NanoLine graph for clarity. Another option would be to make markers for negative values a different color. What do you think?</p>
<p>Making the last marker red and slightly larger enhance readability in my opinion. Doing this in VBA is relatively simple:</p>
<blockquote><p><code>ActiveChart.SeriesCollection(1).Select</code></p>
<p><code>With Selection<br />
' Find and select the last marker in the graph<br />
LastPoint = .Points.Count<br />
.Points(LastPoint).Select<br />
' Change color, size and style of the marker<br />
With Selection.Border<br />
.ColorIndex = 1<br />
.Weight = xlHairline<br />
.LineStyle = xlContinuous<br />
End With</code></p>
<p><code>With Selection<br />
.MarkerBackgroundColorIndex = 3<br />
.MarkerForegroundColorIndex = 3<br />
.MarkerStyle = xlCircle<br />
.MarkerSize = 3<br />
.Shadow = False<br />
End With</code></p></blockquote>
<p>Anyway, the project is moving forward and I hope to be able to upload a beta soon. Until then.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bloggpro.com/nanocharts-add-in-development/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
