문제

I want to hide Detail Point when using the AChartEngine libary as following image.

Detail Point, below the Bar Chart

I also read the AChartEngine Document but can not find out the answer,

Please tell me how,

Thanks,

도움이 되었습니까?

해결책

Try this

renderer.setShowLegend(false);

where renderer is XYMultipleSeriesRenderer .

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top