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.
I have been looking into your post. What I can suggest is to take a look at the API, that comes with the package. The API you can find in the “javadoc-14.1” folder. There you can find more information about the methods that are used for setting a Tooltip.
Please note that this is a pre-release version of our controls for Android and some of the functionality can be changed before the official release. Please do not hesitate to let me know if you have any further questions on this matter.
Is there any (estimated) official release date of Android controls, so that we can plan accordingly.
Thanks again.
I have been looking into your email. Currently we are planning to release a CTP version of the Android controls with the 14.2 release.
I am just checking if you have any further questions on this matter. Please do not hesitate to let me know if you do.