I want to name the x or y axis such as the follow pic.

I need to name the x axis as x row.But I don't know how to achieve it.
Any help will be great appreciated.
int the class BarLineChartBase 锛寉ou can draw the x axis and y axis in the function ondraw
Thank you! I want to set it in a LineChart. How to achieve it? @hfc123
check this pull request: https://github.com/PhilJay/MPAndroidChart/pull/2625
First, thank you very much! So I may just use TextView to set it now . @xpete