Hi,
I would like to create a full screen Shinobi graph overlay, upon user clicking on a shinobi graph fragment. Is this supported by Android Shinobi graph library? Thank you.
Regards,
Victor
Hi Victor,
Would you be able to expand a bit more on your requirement please? A ChartView or a ChartFragment can be made to fill the screen just like any other Android View or Fragment.
To respond to 'click' events on a ShinobiChart you should create an implementation of the ShinobiChart.OnGestureListener callback interface and set it on your chart.
Here's some further info:
http://www.shinobicontrols.com/docs/ShinobiControls/ShinobiChartsAndroid/1.6.0/Premium/Normal/apidocs/docs/reference/com/shinobicontrols/charts/ShinobiChart.OnGestureListener.html
Kind regards,
Patrick