1)我正在使用 MP图表库 - PieChart ,
Legend pieChartLegend = pieChart.getLegend();
pieChartLegend.setPosition(Legend.LegendPosition.LEFT_OF_CHART);
pieChartLegend.setXEntrySpace(17f);
pieChartLegend.setYEntrySpace(5f);
pieChartLegend.setYOffset(0f);
2)我已使用此代码显示图例 enter image description here
3)我的" 要求"是" Concate "并显示图例&费用值 enter image description here
4)任何建议欢迎,如果有人工作请帮助我。