^_^ I'm asking and also answering it by my selfFound the solution, import
mx.core.IFlexDisplayObject; import mx.charts.events.ChartItemEvent;
import mx.charts.series.items.HLOCSeriesItem; import mx.charts.HitData;
public var hitData:mx.charts.HitData; public var
renderer:IFlexDisplayObject; public var chartItem:HLOCSeriesItem;
private function dataover(e:mx.charts.events.ChartItemEvent):void{
hitData=e.hitData; chartItem=HLOCSeriesItem(hitData.chartItem);
mypanel.title =
"{"+chartItem.openValue+","+chartItem.highValue+","+chartItem.lowValue+","+chartItem.closeValue+"}";
}From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Pointing to candlestick chart
data itemDate: Thu, 22 Feb 2007 02:54:12 +0000
Hello coders ,I have a problem regarding to flex chart series , I want to
reference to the data value over mouse over.I already accomplish this by using
mouse pointer and set to local data , but its only good for line series
chart.What I want is to reference to Candlestick chart data,so when I'm mouse
over it I will get HLOC value.Thanks for the helpregardsTeddyDiscover the new
Windows Vista Learn more!
_________________________________________________________________
Invite your mail contacts to join your friends list with Windows Live Spaces.
It's easy!
http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us