Horizontal Bar Axis Title default alignment

Hi,

Is it possible to make axis titles parallel to axis line in case of Horizontal Bar charts?
Please find the attachment for details.

-Muhammed

Hi,

I think you may try Title.setRotation() method for your requirement.

e.g

chart.getValueAxis().getTitle().setRotation(0);


Thank you.