How to Increase size of Radar Chart MPAndoid Chart?
问题 I want to increase size of MPAndroid Radar Chart. I observed that the size increases gradually when i increase size of the chart itself, but I want the area to be same just Chart size should be increased. After adding following code: mChart.setScaleY(1.2f); mChart.setScaleX(1.2f); it is getting displaced 回答1: I think we can use a little hack to do that.I never worked on radar chart but if it supports zoom then we may zoom it when we create it to fit to our requirements. Again you have to test