posted 16 years ago
You can't do that with the axes, but you can set markers (org.jfree.chart.plot.Marker, especially org.jfree.chart.plot.ValueMarker) to highlight individual values on both the domain and the value axis. That looks pretty similar to axes.
CategoryPlot and XYPlot support this through their addDomainMarker and addRangeMarker methods.