Set a breakpoint in the "myOnClickHandler" event handler in the developer tool of the browser and explore the parameters present in oEvent.
For example, for chart present at following location
we can fetch the y-axis header using the following
oEvent.mParameters.data[0].data["Store Name"] this will give "A&A"
Regards,
Sarbjeet Singh