Hi,
I'm tyring to get labels on my graph to be slanted and so tried using ((CategoryAxisSkipLabels)customCategoryAxis).setCategoryLabelPositions(CategoryLabelPositions.createDownRotationLabelPositions(0.445645));
Although this works in java application, when I'm looking at SVG generated in same way, category labels seem to disappear!
Any idea whats wrong?
Thanks.