I am creating a Flex application that includes an area chart, and when users hover over AreaSeries, I would like them to see the DataTip for the closest data point in this series. The problem is, as far as I can tell (and I have to admit it's pretty new for Flex at the moment), mouseSensitivity is the only way to control when data prompts appear.
If I set this, say, 1000 pixels, and I say that Flex shows only one piece of data advice, which sometimes works, but often the nearest data point is not one of a series in which the user hangs (and in any case, it starts acting oddly with such high mouse sensitivity).
So my question, in short, is how to pretty directly control which piece of data advice is displayed at any given time. Thank you in advance.
source
share