I have a chart with 2 line series in it.
So, "Jan" (x-axis point) will have 2 Y-axis points
The problem : Is there anyway to force flex to show tooltip on both series simultaneously?
I have a chart with 2 line series in it.
So, "Jan" (x-axis point) will have 2 Y-axis points
The problem : Is there anyway to force flex to show tooltip on both series simultaneously?
Here's a link to an article in the docs that discusses the use of multiple data tips in a chart: http://livedocs.adobe.com/flex/3/html/help.html?content=charts_displayingdata_08.html
There's a section called "Showing multiple DataTip objects" about a third of the way down. Hope that helps.