Hi, i need to remove the last value from an YIntervalSeries, i don't want to remove all the values of the series, is possible to remove only the last one?
thanks
Remove a value from YIntervalSeries
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
YIntervalSeries inherits the following method from ComparableObjectSeries:
Code: Select all
public ComparableObjectItem remove(Comparable x);
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

