Reputation: 129
I use mpandroidchart, I set the xAxis
position as bothside ,and set the lable, the code :
xAxis.setPosition(XAxisPosition.BOTH_SIDED);
xAxis.setDrawLabels(true);
but I want only show the bottom xAxis
lables and hide the top xAxis
lables. how can I do for what I want?
Upvotes: 4
Views: 2344