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…...separate rotated text box (or shape) and position it next to the...mimic a rotated title: Shape txtBox = new Shape(doc, ShapeType.TEXT_BOX);...