<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>29 Aug 2015 13:19:00 Z</lastBuildDate><pubDate>29 Aug 2015 02:46:00 Z</pubDate><description>Hello:&#13;
&#13;
I have a Chart showing new data every second, but I want to show the last 50 data values, so basically once I get the limit, every time I add a new value, I should delete the first one, but of course shift left the whole series to accommodate the new value.&#13;
So far, all examples I checked are adding values indefinitely, and the chart gets very ugly.&#13;
&#13;
Any idea?&#13;
Thanks&#13;
Michael</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53729-limiting-chart-with-fixed-number-data-points/read.awp</link><title>Limiting a Chart with a fixed number of data points</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53729-limiting-chart-with-fixed-number-data-points-53732/read.awp</comments><pubDate>29 Aug 2015 13:19:00 Z</pubDate><description>Hi Michael,&#13;
&#13;
an array is a good solution, but:&#13;
- instead of shifting each value one step, just delete line one (arraydelete) …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53729-limiting-chart-with-fixed-number-data-points-53732/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53729-limiting-chart-with-fixed-number-data-points-53732/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53729-limiting-chart-with-fixed-number-data-points/read.awp">Limiting a Chart with a fixed number of data points</source><title>Re: Limiting a Chart with a fixed number of data points</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53729-limiting-chart-with-fixed-number-data-points-53731/read.awp</comments><pubDate>29 Aug 2015 03:19:00 Z</pubDate><description>I was able to do it, but using an array with the dimension of the max. number of data points I want, and then for each new value…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53729-limiting-chart-with-fixed-number-data-points-53731/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53729-limiting-chart-with-fixed-number-data-points-53731/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/53729-limiting-chart-with-fixed-number-data-points/read.awp">Limiting a Chart with a fixed number of data points</source><title>Re: Limiting a Chart with a fixed number of data points</title></item></channel></rss>
