How can I programmatically display a dataTip in a Flex 3 chart (without hovering with the mouse)?
- by eterps
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.