I do not How to hide the label . For example "LineDataSet set = new LineDataSet(yVals, "label")"
I don't want to show the label.
I am not really sure what you mean.
set.setDrawValues(false)
set = new LineDataSet(yVals, "")
chart.getLegend().setEnabled(false)
Thank you ."chart.getLegend().setEnabled(false)" is right.
thanks!

ABove titles gets cropped any way to fix it or is there any way we can hide
Most helpful comment
I am not really sure what you mean.
set.setDrawValues(false)set = new LineDataSet(yVals, "")chart.getLegend().setEnabled(false)