Search found 1 match

by nike
Mon Apr 16, 2012 11:24 am
Forum: JFreeChart
Topic: Bug in XYSeriesCollection
Replies: 3
Views: 5897

Bug in XYSeriesCollection

Hey, I'm running JFreeChart 1.0.14 ( and JCommon 1.0.17). I have an issue with the XYSeriesCollection when trying to change the key of a series. The methode getSeries(Comparable key) throws an UnknownKeyException if key is not found in the collection. public XYSeries getSeries(Comparable key) { if (...