lecho / hellocharts-android

Charts library for Android compatible with API 8+, several chart types with scaling, scrolling and animations 📊
Apache License 2.0
7.44k stars 1.61k forks source link

Select a point of the chart from java #533

Open cri0095 opened 5 years ago

cri0095 commented 5 years ago

Hi, I set the label of a point visible only if the point is selected and works fine. I'd like to know if it is possible select the point from the Java code (to associate it with another button on click for example) and not only tapping on the specific point Thanks and Congratulations on this beautiful library!