Hi,
I am new with shinobi charts, I would like to know if it is posible to create a draggable horizontal line (in Android).
My use case is similar to the Android system Data usage limit.
If not possible, is it posible to get the efective plot height (excluding titles, axis labels, etc) I tried using shinobiChart.getPlotAreaRect().height(); and it always returns 0 (no idea why)
Thanks in advance