Is there any way to change the message \"No chart data available\" when the chart is not populated?
Edit: Found the answer
The Correct answer is here:
pie_chart.setNoDataText("No Data Available"); val paint:Paint = pie_chart.getPaint(Chart.PAINT_INFO) paint.textSize = 40f pie_chart.invalidate()
You also set other properties like text color, text typeface etc