Search found 2 matches

by singhtjunior
Tue Sep 28, 2004 10:34 pm
Forum: JCommon
Topic: Version troubles
Replies: 13
Views: 55102

Still getting errors with jcommon-0.9.6.jar

I followed the instructions, the only difference is that I used jcommon-0.9.6.jar My config consists of jfreechart-0.9.21, jfreereport-0.8.4_10, and jcommon-0.9.6 My JDK version is JDK 1.4.2 After running ant in all three (chart, report, common), and making changes according to this thread, the syst...
by singhtjunior
Thu Jul 29, 2004 8:42 pm
Forum: JFreeChart
Topic: How to add a range marker for secondary axis?
Replies: 1
Views: 2425

How to add a range marker for secondary axis?

Can someone kindly explain how to add a range marker to secondary axis?


chart.getXYPlot().addRangeMarker(valueMaker) adds to the primary axis.