TChart: sliding window??
- From: CodeMachine <No@xxxxxxxxxxx>
- Date: Wed, 16 Jan 2008 21:08:13 GMT
Hi All,
I want to have a sliding graph in a TChart (FastLine XY-graph).
By sliding I mean that after the TChart is filled up to the choosen maximum number of points, the oldest point is to be deleted and the new point added to the right of the chart.
I know I can do this myself by managing an external array of values, do the bookkeeping myself and stuff the whole array into the TChart for each new point, but this seems so wasteful. Can the TChart do this? Google gives no useful answers...
Thanks - Dirk
.
- Follow-Ups:
- Re: TChart: sliding window??
- From: Keith Latham
- Re: TChart: sliding window??
- From: Jim P
- Re: TChart: sliding window??
- Prev by Date: Re: Delphi 5 server app as a dll without forms
- Next by Date: Re: Bring back the step keyword in the for loop ?
- Previous by thread: invalid file name
- Next by thread: Re: TChart: sliding window??
- Index(es):
Relevant Pages
|