Flex:获得BarChart中选定的对象及BarSeries

如下图:

image

在点击某个BarSeries,  可通过如下方法获得该BarSeries:

监听ChartItemEvent:

var curObj:Object = e.hitData.item; // 获得当前选定的对象
var curSeries:BarSeries = BarSeries(e.hitData.chartItem.element); // 获得当前选定的BarSeries

 

更多Flex Chart实例: http://livedocs.adobe.com/flex/3/html/help.html?content=charts_eventsandeffects_12.html

This entry was posted in ActionScript, Flex and tagged , , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>