Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

achartengine and hide series in legend

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.

like image 936
edi233 Avatar asked Apr 14 '13 16:04

edi233


2 Answers

You can hide some of the legend items this way:

seriesRenderer.setShowLegendItem(false);
like image 163
Dan D. Avatar answered Oct 24 '22 07:10

Dan D.


mRenderer.setShowLegend(false);
like image 2
krunal shah Avatar answered Oct 24 '22 06:10

krunal shah