问题
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.
回答1:
You can hide some of the legend items this way:
seriesRenderer.setShowLegendItem(false);
回答2:
mRenderer.setShowLegend(false);
来源:https://stackoverflow.com/questions/16001676/achartengine-and-hide-series-in-legend