Search found 3 matches

by mkrumpak
Thu Jan 04, 2007 4:09 pm
Forum: JFreeChart
Topic: Alignment of Category Axis
Replies: 2
Views: 4133

The workaround that I am currently using tests for rangeAxis.getUpperBound setting. For some reason the setting is 5.0E-9 when only zeros are in the recordset. Can anyone confirm the 5.0E-9 setting for "zero only" recordsets? Anyway, here's the check with manual reset of the upper bound that does th...
by mkrumpak
Thu Dec 28, 2006 7:33 pm
Forum: JFreeChart
Topic: Alignment of Category Axis
Replies: 2
Views: 4133

Alignment of Category Axis

Hi, I've searched through postings, but could not find this issue addressed. I am sure it impacts many charts. I have a simple bar chart with four bars that works great when at least one of the four bars has a non zero value. When all four bars are zero, the vertical alignment of the category axis c...
by mkrumpak
Sat Oct 14, 2006 3:40 pm
Forum: JFreeChart
Topic: Category Axis
Replies: 0
Views: 2327

Category Axis

Hi, I can't turn the category axis off or change its color to white. Here's what I have tried already. CategoryAxis domainAxis = (CategoryAxis) plot.getDomainAxis(); domainAxis.setAxisLineVisible(false); domainAxis.setVisible(false); domainAxis.setAxisLinePaint(Color.White); The above calls work for...