0

I implemented a graphview in my application that has 4 lineseries, but my graphview doesn't show series title in my chart, how could I fix that? thanks in advance

ali mardani
  • 335
  • 1
  • 5
  • 13

1 Answers1

4

Try: graph.getLegendRenderer().setVisible(true);

Mike
  • 54
  • 3