NareshVR22
Results
2
comments of
NareshVR22
Hi I am unable to get Fill from MP chart Library I need to display Multi gradient bar chart It is working in MP chart sample app but i use...
> If > > ```java > mBarChart.getAxisLeft().setEnabled(false); > YAxis yAxis_right = mBarChart.getAxisRight(); > yAxis_right.setAxisMinimum(0); > ``` > > The Fill will not work,but , if `getAxisRight` is OK! > >...