I want to do a drill-down in a column series or line chart chart by tapping on a legend item or on the x-Axis items?
Do you have a sample who recognise tapping on a legend. Or If there is documentation available let me know.
Thanks
Johann
Hi Johann,
I was just putting together a sample that did something similar.
There currently isn't a better way. However, I believe there definitely should be, so we'll make this easier in the future by adding a delegate to respond to off the legend.
Thanks for the great suggestion.
-SteveZ
Hello again,
i found a solution myself. I registered a UITapGestureRecognizer on the legend and will then show a combobox with all legend items...
If there is a easier way let me know.
Thanks Johann
Hello,
i found a solution for the xaxis drilldown. I used SeriesTapped and it workes fine. So the only thing is to find out what to use when tapping on a legend item.
Thanks,