Page 1 of 1

TeeChart Pro v5 TColorGridSeries Questions

Posted: Thu Aug 14, 2008 1:16 am
by 5887294
Currently displaying an image (512x2000), but i'm having trouble holding/displaying image which have greater than 512x2001 data points.

What is the maximum data that TColorGridSeries can it hold?

Is there way of using floats instead of doubles to improve the process of displaying the images?

Posted: Thu Aug 14, 2008 8:49 am
by Pep
Hi Marcus,
What is the maximum data that TColorGridSeries can it hold?
In the TeeChart Pro v5 the maximum grid size was 2000x2000. In the lastest TeeChart Pro version there's no grid size limits.
Is there way of using floats instead of doubles to improve the process of displaying the images?
With the TeeChart Pro v5 there's not a way, with the latest TeeChart Pro v8 (having the source code version) you can rebuild the sources by specifying the type (single, double or extended).