How to display labels in android using MpAndroidChart -Pie Chart
问题 Hi in the below code labels Are not displaying .Labels want to display on right side of the pie chart . I am using 3 colors to displaying pie chart .One is for "In Completed","Completed","Scheduled" want to which color indicates to the which labels and what is percentage. below is result chart: Example : right side of the pie chart In Completed:12.0% Completed:43.0% Scheduled:42.0% java: if (name.equals("taskstatus")) { status_list = String.valueOf(values); // Log.d("status_list",status_list)