On Sunday 03 June 2018 13:49:57 fredvs wrote: > Hello Martin. > > > Please do not set traces.count to 20 > > Ha, ok. I did use: > > tchart.traces.count := 20;
That means you create additional trace items traces[1..19] which do nothing other than to consume RAM and CPU cycles. > tchart.traces.maxcount := tchart.traces.count + 1; > This is the default value of tchart.traces[n].maxcount which limits the number of displayed xseries values = ydata = the number of bars. Martin ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

