dataTipFunction
I have an array as the dataProvider for my ColumnChart, which has several properties {Name,Target,Amount}, I'm using the overlaid chart type, so I can use the SeriesInterpolate effect (doesn't work with stacked).
Without formatting the dataTips, the values are displayed correctly, albeit not in the format I would like, evidencing that Flex is distinguishing between the varying values.
How do I find out which array value correlates to the current Hitdata being passed for each dataTip? The function accepts a parameter typed "HitData", but how do I access what index value the chart is passing, or the property name (i.e. is it Target or Amount?).
|