Re: [flexcoders] Flex Chart Region Selection Coordinates

2008-04-18 Thread Tom Chiverton
On Friday 18 Apr 2008, jbucaran wrote: How can I get the coordinates of a selected region in a Flex chart? stage.mouseX and mouseY, passed through chart.globalToLocal(Point):Point ? -- Tom Chiverton Helping to carefully exploit exceptional mindshares on: http://thefalken.livejournal.com

RE: [flexcoders] Flex Chart Region Selection Coordinates

2008-04-18 Thread Sunil Bannur
You could override ChartBase's getItemsInRegion(value:Rectangle):Array to get the co-ordinates i.e. value and return any item that needs to be selected. The default implementation gives items from all the series which fall in that region. The co-ordinates will be in global space, you might need to