Hello, I'm using Cartesian chart and adding columseries or lineseries dynamically based on data to it.
In flex 3.6, x axis labels were rendered(rotated) according to space available and size of the label like this: http://pasteboard.co/11CRmior.png http://pasteboard.co/11CU4Uej.png But in flex 4.14.1, labels are not getting rotated. I tried to explicitly set labelRotation value of the X axis' AxisRenderer, but nothing happens. It always looks like this: http://pasteboard.co/11CIJWNC.png (in this example, label gets truncated - last item is Sodium Chloride. But 'Chloride' is cut off) http://pasteboard.co/11CLuFNk.png (in this one, months are not rotated like how they used to in flex 3.6) Is this an issue Or am I missing any property to be set in 4.14.1?
