contour chart can't support gridline?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
alsw-2000
Posts: 16
Joined: Thu May 22, 2003 12:53 pm

contour chart can't support gridline?

Post by alsw-2000 » Thu May 06, 2004 10:30 am

Dear all,

Thx to David's help, I can draw a contour chart with symbolic axis now, but it can't draw the gridelines.
Image

I found that the ContourPlot don't have the setDomainGridlinesVisible and setRangeGridlinesVisible functions like XYPlot, is that means ContourPlot don't support gridlines?

I have also tried to use
SymbolicAxis.setSymbolicGridLinesVisible function to set the gridlines visible, but the chart just don't show any gridelines...

Cheers,
Andy

Locked