<?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 &#187; amCharts</title>
	<atom:link href="http://www.marcelionis.com/category/amcharts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcelionis.com</link>
	<description>by Antanas Marcelionis</description>
	<lastBuildDate>Wed, 21 Jul 2010 13:47:19 +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>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>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>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>amStock Flex Component Beta Released</title>
		<link>http://www.marcelionis.com/2010/04/16/amstock-flex-component-beta-released/</link>
		<comments>http://www.marcelionis.com/2010/04/16/amstock-flex-component-beta-released/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 04:34:26 +0000</pubDate>
		<dc:creator>qemm</dc:creator>
				<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/04/16/amstock-flex-component-beta-released/</guid>
		<description><![CDATA[We’re proud to announce the release of amStock Flex Component. Currently in Beta stage it’s the newest addition to our growing family of products. [Download]
Stock Chart&#8217;s main purpose is to display financial charts, however it can be used for visualizing any date(time) based data.
Stock Chart is a powerful application that lets you forget about most [...]]]></description>
			<content:encoded><![CDATA[<p>We’re proud to announce the release of amStock Flex Component. Currently in Beta stage it’s the newest addition to our growing family of products. [<a href="http://flex.amcharts.com/download">Download</a>]</p>
<p>Stock Chart&#8217;s main purpose is to display financial charts, however it can be used for visualizing any date(time) based data.</p>
<p>Stock Chart is a powerful application that lets you forget about most of the boring parts in building complex statistical systems. It has built-in period and data set selection tools, and can group data to longer periods. This enables you to make drill-down charts without any additional coding, using one data source only.</p>
<p>Stock Chart is based on AmSerialChart component, this means it can do almost anything this component can (check feature list on the left) and of course a lot of more.</p>
<p><b>Main features</b></p>
<ul>
<li><a href="http://flex.amcharts.com/examples/stock_chart_example">multiple data sets</a></li>
<li>data grouping into periods </li>
<li><a href="http://flex.amcharts.com/examples/stock_events">stock events</a></li>
<li>resizable Stock panels </li>
<li>You can <a href="http://flex.amcharts.com/examples/adding_and_removing_stock_panels">add/remove panels</a> and graphs at a runtime &#8211; this will help adding stock indicators </li>
</ul>
<p><b>Beta stage</b>    <br />amStock Flex component is in beta stage at the moment. Non-beta release is expected in the middle of summer. While beta, we offer 30% discount on this product. And ofcourse, buyers will receive upgrades for free. Buyers of amStock Flex component receive apropriate license of amCharts flex components <b>for free</b>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/04/16/amstock-flex-component-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stock chart 1.2.3.0 released</title>
		<link>http://www.marcelionis.com/2010/03/17/stock-chart-1-2-3-0-released/</link>
		<comments>http://www.marcelionis.com/2010/03/17/stock-chart-1-2-3-0-released/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 12:24:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/?p=319</guid>
		<description><![CDATA[FEATURE ADDED:    A new setting, &#60;group_to_full_periods_only&#62; added. This setting affects the chart only if your data contains minutes or seconds. If this is set to false, the chart will try to group data to 10 and 30 sec or min intervals. Otherwise the chart will group to full periods only (seconds -&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>FEATURE ADDED:    <br />A new setting, &lt;group_to_full_periods_only&gt; added. This setting affects the chart only if your data contains minutes or seconds. If this is set to false, the chart will try to group data to 10 and 30 sec or min intervals. Otherwise the chart will group to full periods only (seconds -&gt; minutes -&gt; hours&#8230;). Note, the default value is “false”. This means the default behavior of the chart was changed &#8211; you should set it to “true” in case you want to keep the old behavior.</p>
<p>FEATURE ADDED:    <br />Legend can now show change of the value/percents comparing to the previous date. Previously you could only show the change comparing to the first value of the selected period.</p>
<p>If you want to show percent change of a value comparing to a previous value, use:    <br /><strong>{close.percents.single}</strong></p>
<p>If you want to show value change comparing with previous value, use:    <br /><strong>{close.change.single}</strong></p>
<p><a href="http://www.amcharts.com/download/">Download Stock chart</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/03/17/stock-chart-1-2-3-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flex charting components v 1.4.2.0 released</title>
		<link>http://www.marcelionis.com/2010/03/12/flex-charting-components-v-1-4-2-0-released/</link>
		<comments>http://www.marcelionis.com/2010/03/12/flex-charting-components-v-1-4-2-0-released/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 09:25:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/?p=315</guid>
		<description><![CDATA[We have just released an update for amCharts flex charting components, with some nice new features:

coordinateToValue(coordinate) method added to ValueAxis. Converts coordinate (pixels) to value. 
recalculateToPercents property added to valueAxis. If you set it to true, values will be recalculated to percents, using first selected data items value as base value. To show percent values [...]]]></description>
			<content:encoded><![CDATA[<p>We have just released an update for <a href="http://flex.amcharts.com">amCharts flex charting components</a>, with some nice new features:</p>
<ul>
<li>coordinateToValue(coordinate) method added to ValueAxis. Converts coordinate (pixels) to value. </li>
<li>recalculateToPercents property added to valueAxis. If you set it to true, values will be recalculated to percents, using first selected data items value as base value. To show percent values in balloons or legend, use [[percents.value]], [[percents.close]] tags. There is a checkbox “racalculate to percents” in <a href="http://flex.amcharts.com/examples/candlestick_and_ohlc">candlestick example</a>. Check it to see this feature in action.</li>
<li>graphs can have a different dataProviders from main chart&#8217;s data provider. Note: only categories available in chart&#8217;s dataProvider will be visible. </li>
<li>zoomToValues(startValue, endValue) method added to ValueAxis. It can only be used with XY chart. </li>
<li>When zooming XY chart, value axes dispatch axisZoomed event, with startValue and endValue properties. </li>
<li>invalidateData() method added to AmChart. </li>
</ul>
<p>Some minor bugs were fixed.</p>
<p><a href="http://flex.amcharts.com/download/">Download flex components</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/03/12/flex-charting-components-v-1-4-2-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XY and Radar charts added to Flex components</title>
		<link>http://www.marcelionis.com/2010/01/29/xy-and-radar-charts-added-to-flex-components/</link>
		<comments>http://www.marcelionis.com/2010/01/29/xy-and-radar-charts-added-to-flex-components/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 10:17:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/?p=297</guid>
		<description><![CDATA[The most exciting news about version 1.4.0.0 is that we added XY (or Scatter/Bubble) and Radar (Polar) charts.
Upgrading from previous version
The new chart types caused some changes in the structure, so there will be several things you’ll need to do when migrating from previous versions. We are sorry for this inconvenience but we feel it [...]]]></description>
			<content:encoded><![CDATA[<p>The most exciting news about version 1.4.0.0 is that we added XY (or Scatter/Bubble) and Radar (Polar) charts.</p>
<p><strong>Upgrading from previous version</strong></p>
<p>The new chart types caused some changes in the structure, so there will be several things you’ll need to do when migrating from previous versions. We are sorry for this inconvenience but we feel it is the absolutely necessary change for the sake of consistency in all future versions.</p>
<p>1. AmCartesianChart class renamed to AmSerialChart – simply change the name in your applications.</p>
<p>2. “cartesian” folder with classes like AmGraph, ChartScrollbar, ChartCursor changed to “chartClasses” – if you import one of these classes in your Actionscript, you should change the path to the class.</p>
<p>3. AmChart, AmBalloon, AmLegend classes were moved from com.amcharts to com.amcharts.chartClasses. Change the paths to these classes too.</p>
<p>4. Even if you do not use these classes in your ActionScript, but only mxml, Flex builder can cache the old paths to these classes and show errors when compiling application. The most easy way to solve this is to remove all your amChart objects from the application, save it and bring it back exactly as it was. Now the application should compile properly.</p>
<p>5. CartesianChartEvent is renamed to SerialChartEvent.</p>
<p>6. PieChartEvent and SerialChartEvent (previously CartesianChartEvent) do not have dataUpdated event type anymore. dataUpdated event is now AmChartEvent’s type.</p>
<p>&#160;</p>
<p>The final version of Flex components will be released on February 8. We do not plan adding new features during this time. The structure won’t change again.</p>
<p><a href="http://flex.amcharts.com/download/">Download Flex charting components</a></p>
<p>Best regards,</p>
<p>amCharts team.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/01/29/xy-and-radar-charts-added-to-flex-components/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>amStock 1.2.2.0 Released</title>
		<link>http://www.marcelionis.com/2010/01/20/amstock-1-2-2-0-released/</link>
		<comments>http://www.marcelionis.com/2010/01/20/amstock-1-2-2-0-released/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 15:03:17 +0000</pubDate>
		<dc:creator>qemm</dc:creator>
				<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2010/01/20/amstock-1-2-2-0-released/</guid>
		<description><![CDATA[We have just released a new amStock 1.2.2.0 version with a whole slew of fixes and enhancements. [Download]

A new setting &#60;balloon_text&#62; was added to &#60;data_set_selector&#62; group. Sometimes data set title doesn&#8217;t fit in the drop-down. If you set a value like {title} here, the roll-over balloon will display full title so users can read it. [...]]]></description>
			<content:encoded><![CDATA[<p>We have just released a new amStock 1.2.2.0 version with a whole slew of fixes and enhancements. [<a href="http://www.amcharts.com/download">Download</a>]</p>
<ul>
<li>A new setting <strong>&lt;balloon_text&gt;</strong> was added to <strong>&lt;data_set_selector&gt;</strong> group. Sometimes data set title doesn&#8217;t fit in the drop-down. If you set a value like {title} here, the roll-over balloon will display full title so users can read it. You can also display {short} title and a {description} in this balloon.</li>
<li>A new setting, <strong>&lt;disable_custom_cursors&gt;</strong> was added. If you set it to true, custom hand and resize arrow cursors will be disabled. </li>
<li>A new setting, <strong>&lt;chart&gt;&lt;events&gt;&lt;show_date&gt;</strong> was added. If you set it to false, the date will not be displayed in the balloon (when you roll-over the event bullet) </li>
<li>When user clicks on a predefined period button, this JavaScript function is called: <strong>amPeriodSelected(chart_id, type, count, id);</strong> </li>
<li>Now you can select predefined period with this JavaScript function:
<p><strong>flashMovie.selectPeriod(id);        </p>
<p></strong>id is the pid attribute: &lt;period type=&quot;DD&quot; count=&quot;10&quot; pid=&quot;p1&quot;&gt;10D&lt;/period&gt; or order number of your period if you don&#8217;t have pid attribute. </li>
<li>amClickedOn and amRolledOver JavaScript functions now return Array of objects containing data set title, short title, id and values of a clicked date:
<p>amClickedOn(chart_id, date, period, data_object)       </p>
<p>data_object&#8217;s structure:       </p>
<p>a) when data is not grouped into longer periods:       <br />&#160;&#160;&#160; values:       <br />&#160;&#160;&#160;&#160;&#160; volume:       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; close: 21010110       <br />&#160;&#160;&#160; id: 0       <br />&#160;&#160;&#160; short: ES       <br />&#160;&#160;&#160; title: East Stock       </p>
<p>b) when data is grouped into longer periods:       <br />&#160;&#160;&#160; values:       <br />&#160;&#160;&#160;&#160;&#160; volume:       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; close: 16344710       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; high: 21587410       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; low: 16344710       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; sum: 90934150       <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; open: 16509710       <br />&#160;&#160;&#160; id: 1       <br />&#160;&#160;&#160; short: ES       <br />&#160;&#160;&#160; title: East Stock       </li>
<li>FIX:In some cases event bullets were incorrectly placed above the graph. </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2010/01/20/amstock-1-2-2-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stock Chart for WPF &amp; Silverlight 1.1 Released</title>
		<link>http://www.marcelionis.com/2009/12/16/stock-chart-for-wpf-silverlight-1-1-released/</link>
		<comments>http://www.marcelionis.com/2009/12/16/stock-chart-for-wpf-silverlight-1-1-released/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 12:18:59 +0000</pubDate>
		<dc:creator>ailon</dc:creator>
				<category><![CDATA[amCharts]]></category>
		<category><![CDATA[amCharts for WPF]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2009/12/16/stock-chart-for-wpf-silverlight-1-1-released/</guid>
		<description><![CDATA[We’ve released version 1.1 of amCharts Stock Chart for WPF &#38; Silverlight. Obviously the biggest change from 1.0 is support for Silverlight from a single code base. Licensees of WPF version get the Silverlight version for free and linkware version is free as usual for both WPF and Silverlight.
But Silverlight support is not the only [...]]]></description>
			<content:encoded><![CDATA[<p>We’ve released version 1.1 of <a href="http://wpf.amcharts.com/stock">amCharts Stock Chart for WPF &amp; Silverlight</a>. Obviously the biggest change from 1.0 is support for Silverlight from a single code base. Licensees of WPF version get the Silverlight version for free and linkware version is free as usual for both WPF and Silverlight.</p>
<p>But Silverlight support is not the only noteworthy change in 1.1. Some of the important new features are these:</p>
<ul>
<li>3 new EventBullet types: VerticalBand, HorizontalBand and <a href="http://wpf.amcharts.com/stock/bandandhighlightevents">GraphHighlight</a>;</li>
<li>support for mouse wheel scrolling and zooming;</li>
<li>support for different colors for positive and negative columns in column graph;</li>
<li>performance improvements.</li>
</ul>
<p>And these are only the most noticeable changes. Find what’s changed from release candidate in the change log below and a complete log in the changelog.txt file included in distribution archive.</p>
<p><a href="http://wpf.amcharts.com/download">Download amCharts Stock Chart for WPF</a></p>
<p>Change log for v.1.1:</p>
<ul>
<li>FEATURE ADDED: added StockChart.ZoomInOnWheelDown property. When set to true (default) mouse wheel zooms in when your rotate mouse down. Otherwise zooms-in on mouse wheel rotated up.</li>
<li>PERFORMANCE IMPROVEMENT: performance improvements in IsEquallySpaced=true (default) mode.</li>
<li>CHANGE: GraphHighlight event bullets no longer turn into vertical line when collapsed but aren&#8217;t collapsed below 6 pixels width instead.</li>
<li>BUGFIX: MouseWheel event was marked as handled even when it wasn&#8217;t actually handled (depending on modifier keys used)</li>
<li>BUGFIX: dynamically removing and adding graphs, datasets, etc. caused exceptions and incorrect behavior</li>
<li>BUGFIX: ValueChange and PercentChange legend types in period mode were calculated incorrectly.</li>
<li>BUGFIX: EventBullets where not removed when graphs were removed</li>
<li>BUGFIX: Silverlight version: scrollbar never appeared in comparison dataset listbox in DataSetSelector in Silverlight</li>
<li>BUGFIX: WPF version: values on the right axis were arranged incorrectly</li>
<li>BUGFIX: control wasn&#8217;t invalidated properly on data changes resulting in chart being hidden on startup</li>
<li>BUGFIX: graphs assigned to right value axis were not rendered when removed and added back to the chart.</li>
<li>BUGFIX: System.ArgumentException was thrown in some scenarios when zooming in (most notably with VerticalBand event bullet)</li>
<li>COSMETIC FIX: event bullet balloons had no space around &quot;-&quot; between Date and ToDate     </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2009/12/16/stock-chart-for-wpf-silverlight-1-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>amCharts Flex components can be used with Flash Builder 4 (aka Gumbo) now!</title>
		<link>http://www.marcelionis.com/2009/12/14/amcharts-flex-components-can-be-used-with-flash-builder-4-aka-gumbo-now/</link>
		<comments>http://www.marcelionis.com/2009/12/14/amcharts-flex-components-can-be-used-with-flash-builder-4-aka-gumbo-now/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 09:16:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[amCharts]]></category>

		<guid isPermaLink="false">http://www.marcelionis.com/2009/12/14/amcharts-flex-components-can-be-used-with-flash-builder-4-aka-gumbo-now/</guid>
		<description><![CDATA[Since v 1.3.2.0 beta we added additional swc file to the package of our Flex components&#160; – amChartsFB4.swc. This file was compiled for use with Flash Builder 4 (aka Gumbo) – enjoy!
Note, because of naming conflict style “depth” was changed to “depth3D” in this version (both in Flex 3 and Flash Builder 4 components). So [...]]]></description>
			<content:encoded><![CDATA[<p>Since v 1.3.2.0 beta we added additional swc file to the package of our <a href="http://flex.amcharts.com/">Flex components</a>&#160; – amChartsFB4.swc. This file was compiled for use with Flash Builder 4 (aka Gumbo) – enjoy!</p>
<p>Note, because of naming conflict style “depth” was changed to “depth3D” in this version (both in Flex 3 and Flash Builder 4 components). So if your charts were 3D, you should change this style name in your applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.marcelionis.com/2009/12/14/amcharts-flex-components-can-be-used-with-flash-builder-4-aka-gumbo-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
