Bug in TimeSeries Chart?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Alan

Bug in TimeSeries Chart?

Post by Alan » Thu Oct 17, 2002 6:03 pm

Hello,

Trying to create a TimerSeries chart with no border, which can be accomplished by setting "tplot.setOutlineStroke(null)". But if I do that, there is no line for the axis. I can see the tickmarks, the tick labels, and the axis label. But just no line for the axis itself. Is this a bug? How can I get a line for the axis?

thanks,
Alan

Alan

Re: Bug in TimeSeries Chart?

Post by Alan » Thu Oct 17, 2002 6:17 pm

One more thing. When the border is there, I can see that the x-axis line and y-axis line are thicker than the other lines. It seems that there IS a axis line there, but only drawn when the border is drawn. If the border is not there, so is the axis line.

Locked