I would like to show a dataTip on a flex chart by setting the selectedIndex property of the AreaSeries. For instance, if selectedIndex = 2, then a dataTip appears over the third item in the series. Is this possible in Flex 3.5? Thanks.
It won't be trivial, but you can listen to the 'change' event which should fire whenever the selectedIndex changes.
Then use the PopUpManager to create your tooltip. You'll have to write your own code to figure out where to position the tooltip.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more