CombinedXYPlot bugs - domain axis and trace line

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
grzegorz.majer
Posts: 8
Joined: Tue Jul 08, 2003 11:33 am
Location: Poland

CombinedXYPlot bugs - domain axis and trace line

Post by grzegorz.majer » Wed Jul 30, 2003 8:41 pm

Hi,
I found new problem in CombinedXYPlot (you can verify it in CombinedXYPlotDemo1): values on domain axis are incorrect. Apart from all that adding this code to the demo:

Code: Select all

panel.setHorizontalAxisTrace(true);
cause that the trace line isn't draw on the left side of the chart panel.

Best Regards
Grzegorz

Locked