Search found 2 matches

by flores1980
Thu Oct 25, 2012 7:46 am
Forum: VCL
Topic: Memory increase when autoscrolling chart
Replies: 2
Views: 3092

Re: Memory increase when autoscrolling chart

I have develop a demo very simple and i have the same result. Memory is never released.
The demo only add 20 points to a chart and then removes one point periodically each second.
No solution about this? Thanks


Rad Studio XE
https://dl.dropbox.com/u/42642491/Demo.zip
by flores1980
Wed Oct 24, 2012 10:27 am
Forum: VCL
Topic: Memory increase when autoscrolling chart
Replies: 2
Views: 3092

Memory increase when autoscrolling chart

Hi im using this simple code to make my chart autoscroll showing only the last 30 points ploted. The problem i have is that memory usage increase continously when i add. However the number of points given by Serie1->Count() is never higher than 30 points. Any help? if(Serie1->Count() == 30) { Serie1...