Good Morning.
Im having some problem in displaying the category labels. Im having
final String series1 = "Passed";
final String series2 = "Failed";
final String series3 = "Aborted";
// column keys...
final String category1 = "2008-07-09 08:45:23";
final String category2 = instance2;
final String category3 = instance3;
Here the category will come as the label name, as the size is big i can not show it fully and if i declare some position for it, it looks so odd, but i need it to show fully in 180 degree horizontally...
Currently im using this code:
Code: Select all
CategoryAxis domainAxis = plot.getDomainAxis();
domainAxis.setCategoryLabelPositions(CategoryLabelPositions.createUpRotationLabelPositions(Math.PI / 6.0));
Looking forward for your reply.....
Regards,
Prabhu.[/code]