Search found 1 match
- Wed Feb 13, 2008 10:59 am
- Forum: JFreeChart
- Topic: NullPointerException in clearRangeAxes
- Replies: 8
- Views: 15403
NullPointerException in clearRangeAxes
I receive the following NullPointerException when trying to clear range axes for a TimeSeriesChart. I verified that I have 1 range axis and 1 domain axis: getRangeAxisCount -> 1 getDomainAxisCount -> 1 Anyway I don't expect to get an exception, even if there is no range axis in my chart: in this cas...