Hello,
with
Chart.Series[iColumn].Addxy(DateTime, iData,'',clteecolor)
I add new datapoints in the chart. Ok works.
I must limit, fix a maximum with of e.g. 1000 datapoints.
That means, if I would Addxy a 1001 data value the entriespoint No.1
should be deleted.
Like a FIFO new datavalues comes in and old ones get out. The maximum
data with shoud be fixed.
How can I solve that?
Regards Klaus
FIFO, Fixed data width/deap in Chart.Series
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |