customize Legend in MPAndroidChart
问题 I am working in project in project that needs implement chart , I decide use MPAndroidChart its work just fine but I need some things done to be perfect to me First can I change bars to specific image or it takes just images , as I have 3D image as bars in app design . Second Can I put the legend to the right of chart in two line like image below and change legend text color my java code mChart = (BarChart) view.findViewById(R.id.chart); mChart.setDescription(""); Legend mLegend = mChart