Hi,
We have some actions associated with double-click events on a data point inside Flex charts. When user hovers mouse pointer, the mouse datatip is shown properly. However, user needs to double click 'precisely' onto the point, to fire the event correctly. Can we increase 'radius' or 'range' or 'region' or 'target area' of this click event?
PS: Technical details are -
- myChart.addEventListener(ChartItemEvent.ITEM_DOUBLE_CLICK, doubleClickHandler);
mychart.dataTipFunction = myDataTipFunction ;
Firefox 3.5
- Flex SDK 3.3
- Flash Player 10
Please help !!!!
Thanks in advance.