I'm developing an app that requires some graphs to be show for which I am using MPAndroidChart. The layout requested to me was similar to the following one:

How do I set the legends ( in the image Jun, May, Apr ) beside the bars like the image above?
I've tried changing the <HorizontalBarChart>.Legend.Position but it didn't what I'm looking for.