<?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>amCharts &#038; amMap blog</title>
	<atom:link href="http://www.marcelionis.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcelionis.com</link>
	<description>by Antanas Marcelionis</description>
	<lastBuildDate>Thu, 26 Aug 2010 09:16:38 +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>Introducing Quick Charts for Windows Phone 7</title>
		<link>http://www.marcelionis.com/2010/08/26/introducing-quick-charts-for-windows-phone-7/</link>
		<comments>http://www.marcelionis.com/2010/08/26/introducing-quick-charts-for-windows-phone-7/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 09:05:31 +0000</pubDate>
		<dc:creator>ailon</dc:creator>
				<category><![CDATA[amCharts]]></category>
		<category><![CDATA[amCharts for WPF]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/08/26/introducing-quick-charts-for-windows-phone-7/</guid>
		<description><![CDATA[We have just released a beta version of amCharts Quick Charts 1.1. The main focus of this release is support for upcoming Microsoft’s mobile operating system – Windows Phone 7.

This is not just a recompiled version of Quick Charts for Silverlight. It has been specifically tailored for touch-based interface and smaller screen:

Value axis in serial [...]]]></description>
			<content:encoded><![CDATA[<p>We have just released a beta version of <a href="http://wpf.amcharts.com/quick">amCharts Quick Charts 1.1</a>. The main focus of this release is support for upcoming Microsoft’s mobile operating system – Windows Phone 7.</p>
<p><img src="http://extra.amcharts.com/images/wp-serialchart-demo.jpg" /><img src="http://extra.amcharts.com/images/wp-piechart-demo.jpg" /></p>
<p>This is not just a recompiled version of Quick Charts for Silverlight. It has been specifically tailored for touch-based interface and smaller screen:</p>
<ul>
<li>Value axis in serial chart and legend are displayed inside the plot area and can be switched on/off by touching the category axis </li>
<li>Standard tooltips (unsupported on Windows Phone) were replaced by custom balloons </li>
<li>Unlike tooltips balloons appear on touch and stay on until user touches somewhere else </li>
</ul>
<p>As usual <a href="http://wpf.amcharts.com/quick">Quick Charts</a> are <strong>free</strong> and <strong>open source</strong>.</p>
<p><a href="http://wpf.amcharts.com/download">Download amCharts Quick Charts for Windows Phone</a></p>
<p>Let us know what you think in the <a href="http://wpf.amcharts.com/forum">forums</a>.</p>
<p> <a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwpf.amcharts.com%2fnews%2fintroducing-quick-charts-for-windows-phone-7"><img border="0" alt="kick it on DotNetKicks.com" src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwpf.amcharts.com%2fnews%2fintroducing-quick-charts-for-windows-phone-7" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/08/26/introducing-quick-charts-for-windows-phone-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stock Chart for WPF &amp; Silverlight v.1.3 Released</title>
		<link>http://www.marcelionis.com/2010/07/21/stock-chart-for-wpf-silverlight-v-1-3-released/</link>
		<comments>http://www.marcelionis.com/2010/07/21/stock-chart-for-wpf-silverlight-v-1-3-released/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 13:47:19 +0000</pubDate>
		<dc:creator>ailon</dc:creator>
				<category><![CDATA[amCharts for WPF]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/07/21/stock-chart-for-wpf-silverlight-v-1-3-released/</guid>
		<description><![CDATA[We have just released version 1.3 of amCharts Stock Chart for WPF &#38; Silverlight. This version focuses on data grouping improvements. Several intermediate grouping points were added to make grouping switching smoother in time range. 
Note: if you’ve used DataGroupingInterval enumeration explicitly in your code make sure to recompile your project against new dll and [...]]]></description>
			<content:encoded><![CDATA[<p>We have just released version 1.3 of <a href="http://wpf.amcharts.com/">amCharts Stock Chart for WPF &amp; Silverlight</a>. This version focuses on data grouping improvements. Several intermediate grouping points were added to make grouping switching smoother in time range. </p>
<p>Note: if you’ve used DataGroupingInterval enumeration explicitly in your code make sure to recompile your project against new dll and verify that your code is working properly.</p>
<p><a href="http://wpf.amcharts.com/download">Download amCharts Stock Chart for WPF &amp; Silverlight</a></p>
<p>Here’s a complete change log:</p>
<ul>
<li>FEATURE ADDED: added more DataGroupingInterval values for smoother grouping in &quot;time&quot; range. NOTE: if your code used DataGroupingInterval enum directly make sure everything works as expected since values were inserted between other values.</li>
<li>FEATURE ADDED: added StockChart.MinimumDataGroupingInterval and MaximumDataGroupingInterval properties to constrain automatic data grouping interval switching</li>
<li>COSMETIC IMPROVEMENT: when Brush is set on Candlestick graph, the value is used for candle outline.</li>
<li>BUGFIX: in some scenarios it wasn&#8217;t possible to modify control template under Silverlight</li>
<li>BUGFIX: in some scenarios ArgumentOutOfRangeException was thrown when hovering over an empty chart.</li>
<li>BUGFIX: in some cases exception was thrown when hovering over an empty chart plot area</li>
<li>BUGFIX: Collapsing and showing charts (using Chart.Collapse()/Show() methods) sometimes resulted in charts overlapping</li>
<li>BUGFIX: in Raw (milliseconds) mode Value field data was used instead of Volume</li>
<li>BUGFIX: when ArrowUp bullet was set on axis it wasn&#8217;t visible</li>
<li>COSMETIC FIX: mouse cursor wasn&#8217;t returning to regular Arrow after mouse was released after dragging/scrolling the chart.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/07/21/stock-chart-for-wpf-silverlight-v-1-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>amMap 2.5.5 Released</title>
		<link>http://www.marcelionis.com/2010/07/21/ammap-2-5-5-released/</link>
		<comments>http://www.marcelionis.com/2010/07/21/ammap-2-5-5-released/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 13:26:13 +0000</pubDate>
		<dc:creator>qemm</dc:creator>
				<category><![CDATA[amMap]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/07/21/ammap-2-5-5-released/</guid>
		<description><![CDATA[We just released new version of amMap 2.5.5 [Download]
Here’s the scoop of what’s new&#34;:
* FEATURE: &#34;link_with&#34; attribute now works with lines also. 
* FEATURE: &#34;active&#34; attribute for &#60;labels&#62;. Set it to &#34;false&#34;   &#160; and it will not take hover focus from the underlying objects. 
* BUG FIX: clicking on a movie contained within [...]]]></description>
			<content:encoded><![CDATA[<p>We just released new version of amMap 2.5.5 [<a href="http://www.ammap.com/download">Download</a>]</p>
<p>Here’s the scoop of what’s new&quot;:</p>
<p>* FEATURE: &quot;link_with&quot; attribute now works with lines also. </p>
<p>* FEATURE: &quot;active&quot; attribute for &lt;labels&gt;. Set it to &quot;false&quot;   <br />&#160; and it will not take hover focus from the underlying objects. </p>
<p>* BUG FIX: clicking on a movie contained within area caused that   <br />&#160; area&#8217;s color to be reset to default one. </p>
<p>* BUG FIX: fixed bug in negative area value handling. </p>
<p>* BUG FIX: &lt;background&gt;&lt;stretch&gt; settings was being ignored. </p>
<p>* BUG FIX: fixed bug in hover colors on areas linked with a movie. </p>
<p>* BUG FIX: undefined areas now don&#8217;t display hand cursor when    <br />&#160; rolled over. </p>
<p>* BUG FIX: lines now don&#8217;t display hand cursor unless they&#8217;re    <br />&#160; clickable. </p>
<p>* NEW MAPS: Bhutan, Dominican Republic, Laos, Nepal, Pakistan,    <br />&#160; Singapore, Thailand, Vietnam </p>
<p>* UPDATED MAPS: India (map), Japan (map and data) </p>
<p>* SAMPLE: added &quot;wrold_with_antarctica&quot; sample/data file</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/07/21/ammap-2-5-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>amStock 1.3.0.0 Released</title>
		<link>http://www.marcelionis.com/2010/07/14/amstock-1-3-0-0-released/</link>
		<comments>http://www.marcelionis.com/2010/07/14/amstock-1-3-0-0-released/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 12:41:22 +0000</pubDate>
		<dc:creator>qemm</dc:creator>
				<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/07/14/amstock-1-3-0-0-released/</guid>
		<description><![CDATA[We just released amStock 1.3.0.0 of amStock with a whole bunch of new and exciting features [Download]. Here’s the list:
Logarithmic Scale for Y-axis
Value axes can now use logarithmic scale. set &#60;values&#62;&#60;y_left&#62;&#60;logarithmic&#62; to true in order to make axis logarithmic. Note, logarithmic axis can&#8217;t display values less or equal to zero. For this reason log scale [...]]]></description>
			<content:encoded><![CDATA[<p>We just released amStock 1.3.0.0 of amStock with a whole bunch of new and exciting features [<a href="http://www.amcharts.com/download">Download</a>]. Here’s the list:</p>
<p><strong>Logarithmic Scale for Y-axis</strong></p>
<p>Value axes can now use logarithmic scale. set <strong>&lt;values&gt;&lt;y_left&gt;&lt;logarithmic&gt;</strong> to true in order to make axis logarithmic. Note, logarithmic axis can&#8217;t display values less or equal to zero. For this reason log scale won&#8217;t be used when comparing data sets and values are recalculated to percent. </p>
<p>Axis can be switched to logarithmic and backwards using JavaScript function setLogarithmic(chartId, axis, param). For example: </p>
<p><em>flashMovie.setLogarithmic(0, &quot;left&quot;, true);</em></p>
<p>&#160;</p>
<p><strong>Trend Lines [<a href="http://www.amcharts.com/stock/drawing-trend-lines/">Example</a>]</strong></p>
<p>Users of the chart can now draw trend lines. To enable drawing, set    <br /><strong>&lt;chart_trend_lines&gt;&lt;drawing_enabled&gt;</strong> to true. There are some more settings in this group which allows controlling color, opacity and some more properties of the lines.</p>
<p>When drawing is enabled, pencil and eraser icons appear on top right corner of the chart. Check <a href="http://www.amcharts.com/stock/drawing-trend-lines/">drawing_trend_lines example</a> to see this in action. </p>
<p>The same as events, trend lines can also be loaded from the file &#8211; file name is specified for each data set, using <strong>&lt;trend_lines_file_name&gt;</strong> setting. Check trend_lines.xml for an example of trend lines file. </p>
<p>Trend lines can be added directly to the settings file:    </p>
<p>&lt;data_set&gt;    <br />&#160;&#160; &lt;trend_lines&gt;    <br />&#160;&#160;&#160;&#160;&#160; &lt;trend_line&gt;     </p>
<p>Using the same syntax as in the trend_lines.xml file. </p>
<p>You can also set trend lines with JavaScript function <em>flashMovie.setTrendLines(trend_lines, remove_old);</em> where trend_lines is the same XML (one line sring). </p>
<p>Trend lines can be shown or hidden with these JS functions: </p>
<p><em>flashMovie.showTrendLines()     <br />flashMovie.hideTrendLines()</em></p>
<p>&#160;</p>
<p><strong>Set Week Start</strong></p>
<p>It is now possible to define a weekday from which a week starts. Usually this is important for countries, where trading starts on Sunday. So, if your week starts on Sunday, set: </p>
<p>&lt;date_formats&gt;   <br />&#160; &lt;first_week_day&gt;0&lt;/first_week_day&gt;    </p>
<p>0 is for Sunday, 1 &#8211; Monday, etc. The default value is 1.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/07/14/amstock-1-3-0-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Premium Map Pack 2.4 Released</title>
		<link>http://www.marcelionis.com/2010/06/29/premium-map-pack-2-4-released/</link>
		<comments>http://www.marcelionis.com/2010/06/29/premium-map-pack-2-4-released/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 07:14:18 +0000</pubDate>
		<dc:creator>qemm</dc:creator>
				<category><![CDATA[amMap]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/06/29/premium-map-pack-2-4-released/</guid>
		<description><![CDATA[We just added a new map to our Premium Map Pack: World map with US states.
 
As usually it can be downloaded by all commercial amMap license holders from our customer download area.
]]></description>
			<content:encoded><![CDATA[<p>We just added a new map to our Premium Map Pack: World map with US states.</p>
<p><img title="" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="282" alt="" src="http://www.marcelionis.com/wp-content/uploads/map.png" width="400" border="0" /> </p>
<p>As usually it can be downloaded by all commercial amMap license holders from our customer download area.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/06/29/premium-map-pack-2-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>amMap Premium Map Pack v.2.3 Released</title>
		<link>http://www.marcelionis.com/2010/05/25/ammap-premium-map-pack-v-2-3-released/</link>
		<comments>http://www.marcelionis.com/2010/05/25/ammap-premium-map-pack-v-2-3-released/#comments</comments>
		<pubDate>Tue, 25 May 2010 05:04:17 +0000</pubDate>
		<dc:creator>qemm</dc:creator>
				<category><![CDATA[amMap]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/05/25/ammap-premium-map-pack-v-2-3-released/</guid>
		<description><![CDATA[We have just updated our Premium Map Pack with two new maps. By popular demand we included versions of our Premium World and World with Antarctica maps which display Russia as a single area.
Be sure to download Premium Map Pack from our customer download area.
]]></description>
			<content:encoded><![CDATA[<p>We have just updated our Premium Map Pack with two new maps. By popular demand we included versions of our Premium World and World with Antarctica maps which display Russia as a single area.</p>
<p>Be sure to download Premium Map Pack from our <a href="http://extra.amcharts.com/downloads/">customer download area</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/05/25/ammap-premium-map-pack-v-2-3-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Source Code for ASP.NET Controls for amCharts is Available</title>
		<link>http://www.marcelionis.com/2010/05/18/source-code-for-asp-net-controls-for-amcharts-is-available/</link>
		<comments>http://www.marcelionis.com/2010/05/18/source-code-for-asp-net-controls-for-amcharts-is-available/#comments</comments>
		<pubDate>Tue, 18 May 2010 08:26:49 +0000</pubDate>
		<dc:creator>ailon</dc:creator>
				<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/05/18/source-code-for-asp-net-controls-for-amcharts-is-available/</guid>
		<description><![CDATA[Now you can tailor ASP.NET controls for amCharts to your specific needs!
Owners of commercial licenses for ASP.NET Controls for amCharts can now access the C# source code. Just login into our customer area to get access.
Download ASP.NET Controls for amCharts
Buy ASP.NET Controls for amCharts
]]></description>
			<content:encoded><![CDATA[<p>Now you can tailor <a href="http://www.amcharts.com/aspnet">ASP.NET controls for amCharts</a> to your specific needs!</p>
<p>Owners of commercial licenses for ASP.NET Controls for amCharts can now access the C# source code. Just login into our <a href="http://extra.amcharts.com/">customer area</a> to get access.</p>
<p><a href="http://www.amcharts.com/download">Download ASP.NET Controls for amCharts</a></p>
<p><a href="http://www.amcharts.com/buy">Buy ASP.NET Controls for amCharts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/05/18/source-code-for-asp-net-controls-for-amcharts-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stock Chart for WPF &amp; Silverlight v.1.2.1 Released</title>
		<link>http://www.marcelionis.com/2010/05/14/stock-chart-for-wpf-silverlight-v-1-2-1-released/</link>
		<comments>http://www.marcelionis.com/2010/05/14/stock-chart-for-wpf-silverlight-v-1-2-1-released/#comments</comments>
		<pubDate>Fri, 14 May 2010 11:26:59 +0000</pubDate>
		<dc:creator>ailon</dc:creator>
				<category><![CDATA[amCharts for WPF]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/05/14/stock-chart-for-wpf-silverlight-v-1-2-1-released/</guid>
		<description><![CDATA[We’ve released version 1.2.1 of amCharts Stock Chart for WPF and Silverlight. This release addresses a number of issues reported by the users since 1.2 release.
Download Stock Chart v.1.2.1
Here’s a complete change log:

COSMETIC IMPROVEMENT: it&#8217;s now possible to set brush for scroller values by setting Foreground property on the scroller. 
BUGFIX: Sometimes exception was thrown [...]]]></description>
			<content:encoded><![CDATA[<p>We’ve released version 1.2.1 of amCharts Stock Chart for WPF and Silverlight. This release addresses a number of issues reported by the users since 1.2 release.</p>
<p><a href="http://wpf.amcharts.com/download">Download Stock Chart v.1.2.1</a></p>
<p>Here’s a complete change log:</p>
<ul>
<li>COSMETIC IMPROVEMENT: it&#8217;s now possible to set brush for scroller values by setting Foreground property on the scroller. </li>
<li>BUGFIX: Sometimes exception was thrown when rendering filled areas in Silverlight </li>
<li>BUGFIX: exception was thrown in design-mode in Silverlight version. </li>
<li>BUGFIX: dragging scroller thumb to the right fast expanded selection dramatically </li>
<li>BUGFIX: NullReferenceException when removing all DataSets </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/05/14/stock-chart-for-wpf-silverlight-v-1-2-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Charts for WPF &amp; Silverlight v.1.0 Beta Released</title>
		<link>http://www.marcelionis.com/2010/05/10/quick-charts-for-wpf-silverlight-v-1-0-beta-released/</link>
		<comments>http://www.marcelionis.com/2010/05/10/quick-charts-for-wpf-silverlight-v-1-0-beta-released/#comments</comments>
		<pubDate>Mon, 10 May 2010 12:31:31 +0000</pubDate>
		<dc:creator>ailon</dc:creator>
				<category><![CDATA[amCharts]]></category>
		<category><![CDATA[amCharts for WPF]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/05/10/quick-charts-for-wpf-silverlight-v-1-0-beta-released/</guid>
		<description><![CDATA[We are happy to announce availability of feature complete version of amCharts Quick Charts for WPF &#38; Silverlight.
Quick Charts is an easy to use, fast set of charting controls for WPF &#38; Silverlight. And it&#8217;s FREE and Open Source (Ms-PL)!

Quick Charts motto is: Ease of Use, Speed, Small Footprint. It is amCharts Bundle&#8217;s little brother. [...]]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce availability of feature complete version of <a href="http://wpf.amcharts.com/quick">amCharts Quick Charts for WPF &amp; Silverlight</a>.</p>
<p>Quick Charts is an easy to use, fast set of charting controls for WPF &amp; Silverlight. And it&#8217;s FREE and Open Source (Ms-PL)!</p>
<p><img alt="http://wpf.amcharts.com/lib/screenshots/quickcharts.png" src="http://wpf.amcharts.com/lib/screenshots/quickcharts.png" /></p>
<p>Quick Charts motto is: Ease of Use, Speed, Small Footprint. It is amCharts Bundle&#8217;s little brother. It has less features, but concentrates on what&#8217;s important for the majority of users. In order to achieve this we didn&#8217;t just strip the features off of amCharts Bundle, but created Quick Charts from scratch.</p>
<p>Key features:</p>
<ul>
<li>
<p><b>Ease of use</b></p>
<p>By analyzing user feedback we&#8217;ve determined what features are most important to the majority of scenarios and left everything else out. As a result we have an API that is very easy to master. </p>
</li>
<li>
<p><b>Speed</b></p>
<p>Absence of complicated rarely used features let&#8217;s the charts do what they do fast.</p>
</li>
<li>
<p><b>Small footprint</b></p>
<p>Current version is only 54kb uncompressed and in compressed form it&#8217;s only 19kb! This is especially important in Silverlight where every byte counts.</p>
</li>
<li>
<p><b>Support for essential chart types</b></p>
<p>QuickCharts support Line, Column, Area and Pie charts.</p>
</li>
<li>
<p><b>Automatic axes and grid</b></p>
<p>Serial chart automatically recalculates and rearranges axes and grids based on chart size (try resizing panes in the demo above).</p>
</li>
<li>
<p><b>Support for data-binding</b></p>
<p>As any other bindable WPF and Silverlight controls quick charts can be bound to any data object implementing IEnumberable interface.</p>
</li>
<li>
<p><b>Free, unbranded &amp; Open Source</b></p>
<p>Quick Charts are absolutely free. There&#8217;s no branding, link backs or anything like that. And <a href="http://github.com/ailon/amCharts-Quick-Charts">source code</a> is released under very permissive <a href="http://opensource.org/licenses/ms-pl.html">Ms-PL license</a>.</p>
</li>
</ul>
<p>Beta version of amCharts Quick Charts for WPF &amp; Silverlight is available for immediate <a href="http://wpf.amcharts.com/download">download</a>.</p>
<p> <a href="http://dotnetshoutout.com/amCharts-Quick-Charts-for-WPF-Silverlight-Simple-Fast-Small-Open-Source" rev="vote-for"><img style="border-right-width: 0px;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px" alt="Shout it" src="http://dotnetshoutout.com/image.axd?url=http%3A%2F%2Fwpf.amcharts.com%2Fnews%2Fquick-charts-for-wpf-silverlight-v-1-0-beta-released" /></a> <a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwpf.amcharts.com%2fnews%2fquick-charts-for-wpf-silverlight-v-1-0-beta-released"><img border="0" alt="kick it on DotNetKicks.com" src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwpf.amcharts.com%2fnews%2fquick-charts-for-wpf-silverlight-v-1-0-beta-released" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/05/10/quick-charts-for-wpf-silverlight-v-1-0-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stock Chart for WPF &amp; Silvelright v.1.2 Released</title>
		<link>http://www.marcelionis.com/2010/04/27/stock-chart-for-wpf-silvelright-v-1-2-released/</link>
		<comments>http://www.marcelionis.com/2010/04/27/stock-chart-for-wpf-silvelright-v-1-2-released/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 07:33:45 +0000</pubDate>
		<dc:creator>ailon</dc:creator>
				<category><![CDATA[amCharts for WPF]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/04/27/stock-chart-for-wpf-silvelright-v-1-2-released/</guid>
		<description><![CDATA[A new release of Stock Chart for WPF and Silverlight is available for immediated download. The main addition in this release is a graph stacking feature allowing you to stack multiple single value graphs (line, area, step, column) on top of each other. Regular and 100% stacking are supported.
Download amCharts Stock Chart for WPF and [...]]]></description>
			<content:encoded><![CDATA[<p>A new release of Stock Chart for WPF and Silverlight is available for immediated download. The main addition in this release is a graph stacking feature allowing you to stack multiple single value graphs (line, area, step, column) on top of each other. Regular and 100% stacking are supported.</p>
<p><a href="http://wpf.amcharts.com/download"><strong>Download amCharts Stock Chart for WPF and Silverlight</strong></a></p>
<p>Here’s a complete change log:</p>
<ul>
<li>FEATURE ADDED: Stacking of single value graphs. Added AxisType property to ValueAxis class, It can be set to Linear (default), Stacked or Stacked100Percent. All graphs assigned to this axis should be of the single value type (use another axis for Ohlc or CandleStick graphs). Gapped graphs may produce unexpected results.</li>
<li>FEATURE ADDED: added Chart.Collapse() and Chart.Show() methods to hide/show individual charts in stock chart and re-layout other charts.</li>
<li>BUGFIX: &quot;&#8217;NaN&#8217; is not a valid value for property &#8216;Y1&#8242;.&quot; exception was thrown at design-time.</li>
<li>BUGFIX: NullReferenceException was thrown when mouse was over the chart and new Chart objects were added to stock chart</li>
<li>BUGFIX: combination of Graph.ConnectOverGaps = false and Chart.IsDataGroupingEnabled = false resulted in a graph with invisible line.</li>
<li>BUGFIX: Scroller was not updated when data set ItemsSource changed.</li>
<li>BUGFIX: custom Chart and Graph level EventBullets were not visually removed when removing them from EventBullets collection.</li>
<li>BUGFIX: Charts weren&#8217;t showing up in Out-of-Browser mode in Silverlight. </li>
<li>BUGFIX: Silverlight version: zooming in deep on line graphs with points spread far apart sometimes resulted in ghost lines appearing on the chart.</li>
<li>BUGFIX: Removing Chart for StockChart.Charts collection resulted in null reference exception</li>
<li>BUGFIX: Data grouping was never switching to Raw (milliseconds) mode.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/04/27/stock-chart-for-wpf-silvelright-v-1-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
