I'm new to JFreeChart, so sorry about my noobish questions. Well, here goes: I have a TimeSeries object, that I want to make invisible (so it won't appear on the chart), and when I click a button to make it visible again. During the time the TimeSeries is invisible, I still want data to be added to it, so when I make it visible, the whole series to be showed, as it was never invisible. Think this is possible? If so, every suggestion is most welcome

Thanks in advance!
Radu