Hi there,
I use the tChart-component with .Net-Pocket-Framework at a tabControl.
Page1 shows the chart and page2 shows the value-list. Is it possible to avoid repainting the series when I change from page2 to page1? (Because it lasts too long. The fastline-series contains about 20000 values)
Regards Helmut
avoid repainting series
-
- Newbie
- Posts: 7
- Joined: Mon Nov 06, 2006 12:00 am
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Helmut,
You could try setting the chart's AutoRepaint property to false and enable it again when you really want the chart to be repainted.
You could try setting the chart's AutoRepaint property to false and enable it again when you really want the chart to be repainted.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |