Labels disappear in SVG when using axis.setCategoryLabelPos-

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
ravish
Posts: 9
Joined: Thu Feb 15, 2007 11:52 am

Labels disappear in SVG when using axis.setCategoryLabelPos-

Post by ravish » Thu Feb 15, 2007 4:59 pm

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.

Locked