5

This is possible to hide series(title and line) in legend chart, lise on chart is still visible? I wnat only hide data in legend my I want to see my series on chart. I don;t want to hide all series in legend, only few.

edi233
  • 3,511
  • 13
  • 56
  • 97

2 Answers2

15

You can hide some of the legend items this way:

seriesRenderer.setShowLegendItem(false);
Dan D.
  • 32,246
  • 5
  • 63
  • 79
2
mRenderer.setShowLegend(false);
Jeroen Vannevel
  • 43,651
  • 22
  • 107
  • 170
krunal shah
  • 364
  • 2
  • 14