Page 1 of 1

Stop the rendering

Posted: Thu Feb 16, 2017 9:05 pm
by 16578207
Hi, i was wondering if there was an easy way to stop a TChart from rendering when adding/deleting/activating/desactivating series.

So far, the only way to optimize it is to make the chart not visible so it will not render, then make the chart visible again.

Usually, list use beginUpdate and endUpdate, but i havent seen any and search doesnt give me much good result.

The issue with visible is that my layout looks buggy when the chart is not visible.

Re: Stop the rendering

Posted: Fri Feb 17, 2017 9:26 am
by yeray
Hello,

Have you tried disabling and re-enabling the Chart's AutoRepaint property?

Re: Stop the rendering

Posted: Fri Feb 17, 2017 1:20 pm
by 16578207
That's always remind me why i made a good thing purchasing TChart.

100% what i was looking for.

Thanks again.