Removing a series from OHLCSeriesCollection

Discussion about JFreeChart related to stockmarket charts.
Locked
dsoon
Posts: 1
Joined: Fri Jun 26, 2009 8:07 am

Removing a series from OHLCSeriesCollection

Post by dsoon » Fri Jun 26, 2009 8:19 am

Hi,

Apologies if this has been asked before, I'm new to the forum. I would like the ability to remove all OHLCSeries from a OHLCSeriesCollection in the way that TimeSeriesCollection supports it, but noticed that under 1.0.13 removeAllSeries() does not exit in OHLCSeriesCollection.

Are there other ways around this except for implementing a custom OHLCSeriesCollection?

Thanks,
David

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: Removing a series from OHLCSeriesCollection

Post by david.gilbert » Fri Jun 26, 2009 3:11 pm

I've added this method for the upcoming 1.0.14 release. Thanks for the feedback.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked