Hi,
I'm using multiple BasicTimeSeries in timeseriescolleciton datasets. Data is added dynamically to the series over some period of time. setFixedAutoRange property works perfect for lines/labels presentaion, although my concern is that the old items (series.getItemCount()) don't seem to be discarded from the series when time range window moves on, consequently taking up more memory I assume.
I didn't seem to find a specific property in the docs where I could set discard flag or something.
Is it available and if not could you please point me out how I should go about this issue?
Thanks!
Dynamic timeseries question
Re: Dynamic timeseries question
Hi Sergey,
The setFixedAutoRange method is for chart presentation only, it doesn't affect the dataset.
There are methods in the BasicTimeSeries class for deleting items, but you need to call these yourself.
Regards,
DG.
The setFixedAutoRange method is for chart presentation only, it doesn't affect the dataset.
There are methods in the BasicTimeSeries class for deleting items, but you need to call these yourself.
Regards,
DG.