Achartingin series and hide in legend

Is it possible to hide a row (title and line) in the legend table, is the lisa on the diagram still visible? I just hide the data in the legend, I want to see my series on the chart. I do not want to hide all the series in the legend, only a few.

+5
source share
2 answers

You can hide some elements of the legend as follows:

seriesRenderer.setShowLegendItem(false);
+15
source
mRenderer.setShowLegend(false);
+2
source

All Articles