Hello,
I am using Aspose.Words for Java version 25.5 to generate charts. I would like to rotate the title of the secondary, so that the axis title appears vertically.
I can rotate the axis tick labels via AxisTickLabel…...Create a separate rotated text box (or shape) and position it next...new Shape(doc, ShapeType.TEXT_BOX); txtBox.setWidth(50); txtBox...