<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: programmatically showing data tips on a chart</title>
	<atom:link href="http://shemesh.wordpress.com/2008/06/03/programmatically-showing-data-tips-on-a-chart/feed/" rel="self" type="application/rss+xml" />
	<link>http://shemesh.wordpress.com/2008/06/03/programmatically-showing-data-tips-on-a-chart/</link>
	<description>Toxicated Flex/Silverlight Blog</description>
	<lastBuildDate>Tue, 10 Nov 2009 18:27:14 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: programmatically showing data tips on a chart - the easy way &#171; Shemesh Spots</title>
		<link>http://shemesh.wordpress.com/2008/06/03/programmatically-showing-data-tips-on-a-chart/#comment-53</link>
		<dc:creator>programmatically showing data tips on a chart - the easy way &#171; Shemesh Spots</dc:creator>
		<pubDate>Thu, 17 Jul 2008 21:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://shemesh.wordpress.com/?p=26#comment-53</guid>
		<description>[...] a while ago i have posted about how to &#8220;programmatically showing data tips on a chart&#8220;. [...]</description>
		<content:encoded><![CDATA[<p>[...] a while ago i have posted about how to &#8220;programmatically showing data tips on a chart&#8220;. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kminev</title>
		<link>http://shemesh.wordpress.com/2008/06/03/programmatically-showing-data-tips-on-a-chart/#comment-48</link>
		<dc:creator>kminev</dc:creator>
		<pubDate>Mon, 23 Jun 2008 20:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://shemesh.wordpress.com/?p=26#comment-48</guid>
		<description>That looks great I was wondering if I can modify it for my PlotChart I&#039;ve been trying to do couple adjustments to it, but no luck optimizing it for my purpose.

I am selecting data tip by searching a value and after I have them selected I would also like to show the data tips.

Here is the function I am using for selecting the dataPoints:

	public function selectItems(event:Event):void 
			{
											
			var allSeries:Array = bigChart.series;
		
							
			for (var i:int=0; i &lt; allSeries.length; i++) 
			{
				
				
				var selectedData:Array = [];
				// Iterate over each item in the series.
					for (var j:int=0; j&lt; mainData.length; j++) 
					{
						if (mainData.getItemAt(j).OrNo == String(txtOrderNum.text)) 
					{
							selectedData.push(j);
		
					}
						
			}


			allSeries[i].selectedIndices = selectedData;
			

			
			

			}
			txtOrderNum.text = &#039;&#039;;
		
			}</description>
		<content:encoded><![CDATA[<p>That looks great I was wondering if I can modify it for my PlotChart I&#8217;ve been trying to do couple adjustments to it, but no luck optimizing it for my purpose.</p>
<p>I am selecting data tip by searching a value and after I have them selected I would also like to show the data tips.</p>
<p>Here is the function I am using for selecting the dataPoints:</p>
<p>	public function selectItems(event:Event):void<br />
			{</p>
<p>			var allSeries:Array = bigChart.series;</p>
<p>			for (var i:int=0; i &lt; allSeries.length; i++)<br />
			{</p>
<p>				var selectedData:Array = [];<br />
				// Iterate over each item in the series.<br />
					for (var j:int=0; j&lt; mainData.length; j++)<br />
					{<br />
						if (mainData.getItemAt(j).OrNo == String(txtOrderNum.text))<br />
					{<br />
							selectedData.push(j);</p>
<p>					}</p>
<p>			}</p>
<p>			allSeries[i].selectedIndices = selectedData;</p>
<p>			}<br />
			txtOrderNum.text = &#8221;;</p>
<p>			}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
