everywhere i look, the only information I can find says to ass them via the following code
series.addAnnotation("Hello!!", 1, 1);
However, When I try it in my code (with the proper series name) I get an error message that says addAnnotation is not supported. Can someone please clear this up for me? thanks!
You must download a recent version of the library. For example, get the night build from here.
In your code, replace the last line (the one where you return the chart view) with:
Here's the code...
Thanks so much for taking a look! At first I had the graph in frame layout with textviews but that doesn't work once I started testing on different screen sizes and pixel densities.