سؤال

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