Hello, I downloaded the android samples and I am playing with "ChartSample" project.
I was wondering if there is a way to set tooltips by the markers. Could you provide with an example?
Thanks in advance.
Hello Elton,
Thank you for your post!
I have been looking into your question. There is an example how to set a tooltip in the samples browser, that comes with the zip you have downloaded from our web site.
You can import the samples browser in Eclipse by following the steps given in the "Getting Started README" document. Then you can take a look at the "ChartCategoryBarSeriesSample". In this sample you would be able to find how to create a ChartToolTipAdapter and then set is to the series.
Please do not hesitate to let me know if you have any further questions on this matter.
Hi Gergana,
I run locally "Samples Browser" project and had a look at "ChartCategoryBarSeriesSample" we well. As you said, ChartToolTipAdapter is being created and I commented out the lines 114 and 115 on on the original file that assign the tip:
// series.setToolTip(tip); >> changed to series1.setToolTip(tip); // series2.setToolTip(tip);
But there is no change, no tooltip again. Please let me know if I am missing anything or there is any addition attribute to be set.
Thanks.