0

I can place the legend top, middle, bottom, but its always on the right side of the graphview. How can I place it left side?

The most important problem that "too long" texts doesn't fit in the box, so the end of the text is outside the box / screen. I know I can change the text size, but I don't want to solve the problem in this way.

Arklur
  • 173
  • 1
  • 11

2 Answers2

0

This solved my problem:

graph.getLegendRenderer().resetStyles();

Just called if I need to resize the legend box.

Arklur
  • 173
  • 1
  • 11
0

in the current version it's also possible to freely set the position of legend and also the width

appsthatmatter
  • 6,347
  • 3
  • 36
  • 40