I need to define specific hex values for each slice in my pie chart.
I\'m following the wiki but the method doesn\'t seem to be working for PieDataSet>
PieDataSet
final int[] MY_COLORS = { Color. rgb(0,255,255), Color. rgb(65,105,225) }; ArrayList colors = new ArrayList<>(); for(int c: MY_COLORS) colors.add(c); dataSet.setColors(colors);