I'm using the Shinobi Controls charting package on iOS and I cannot fathom how to implement a crosshair tooltip showing multiple y values. In my case I have a candlestick chart showing standard financial OHLC data values using the SChartCandlestickSeries
class. The documentation seems to imply that I need to subclass an SChartSeries
in order to implement some SChartData
protocol methods, but I can't believe it's that involved.
I'm still struggling through the documentation here, but if anyone has some example code it would be worth its weight in gold right now!
Note: I've tried simply assigning an instance of SChartCrosshairMultiValueTooltip
to the chart's crosshair.tooltip
property but that doesn't seem to do very much - I just see a normal tooltip displaying a single x and y value.