Re: TChart: sliding window??
- From: Keith Latham <newsletters@xxxxxxxxxxx>
- Date: Fri, 01 Feb 2008 02:20:03 +1100
CodeMachine wrote:
Hi All,I tried that once-upon-a-time. That is managing it myself. It always crashed on decimal overflow after about 3 datapoint sets or so. Never figured out why.
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
.
- References:
- TChart: sliding window??
- From: CodeMachine
- TChart: sliding window??
- Prev by Date: Re: "For" keyword not necessary, plus variable types maybe not necessary.
- Next by Date: Re: Mouse_Event to send click to the Windows screen ?
- Previous by thread: Re: TChart: sliding window??
- Next by thread: Excel Automation: How to Status Excel? (Is it Open?, Closed?)
- Index(es):
Relevant Pages
|