Search found 1 match

by paquitomate
Tue Oct 24, 2006 9:09 am
Forum: JFreeChart
Topic: domain axis label and the chart labels please take a look
Replies: 3
Views: 5215

hi, i'd the some problem, and i solved it doing the next: - i've putted de orientation vertical (i think this isn't necessary). - i've rotated the axis label: CategoryPlot myplot = mychart.getCategoryPlot(); CategoryAxis mydomainAxis = myplot.getDomainAxis(); // axis label position mydomainAxis.setC...