MpAndroidChart HorizontalBarChart Customize label
问题 I want to add my bar values to the left of the bar and the bar labels to the right of the bar. Below is the code that initilizes HorizontalBarChart HorizontalBarChart mChart = (HorizontalBarChart) findViewById(R.id.chart1); mChart.setOnChartValueSelectedListener(this); mChart.setDrawBarShadow(false); mChart.setDrawValueAboveBar(true); mChart.setDescription(strHeading); mChart.setMaxVisibleValueCount(60); mChart.setPinchZoom(false); mChart.setDrawGridBackground(false); XAxis xl = mChart