How can I control the IsAutomaticRotation on the Legend?

Hi,

I noticed the IsAutomaticRotation property on the ChartTextFrame is new in Aspose.Cells 23.2. Prior to 23.2, my reports I have generated and reopened with Aspose shows the property as false. Reports generated after 23.2, the property appears to be true. What exactly is this property doing? Is there a way to control this property and to ensure it matches the prior versions functionality?

Thanks!

Nick

@px_brass,

We provided ChartTextFrame.IsAutomaticRotation Boolean attribute to get if the angle for text (e.g., tick labels, legend items on the chart) is automatic. The chart text would be automatically rotated, I guess this is same with MS Excel as default behavior. You may set rotation angle via ChartTextFrame.RotationAngle property.