TeeChart Pro v5 TColorGridSeries Questions

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Marcus
Newbie
Newbie
Posts: 6
Joined: Fri Nov 15, 2002 12:00 am

TeeChart Pro v5 TColorGridSeries Questions

Post by Marcus » Thu Aug 14, 2008 1:16 am

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?

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Aug 14, 2008 8:49 am

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).

Post Reply