Support of Int64

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
MDA team
Newbie
Newbie
Posts: 9
Joined: Fri Jul 24, 2009 12:00 am

Support of Int64

Post by MDA team » Mon May 30, 2011 9:15 am

Hi,

We need to display int64 values in teechart. We are currently using double values to add x,y values.

How can I plot int64 values to a series and set the int64 value as axes maximum. Is this supported in teechart?

Yeray
Site Admin
Site Admin
Posts: 9533
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Support of Int64

Post by Yeray » Tue May 31, 2011 3:42 pm

Hello,

This is similar to the issue discussed here.
http://www.teechart.net/support/viewtop ... chartvalue

You could define TEEVALUEEXTENDED instead of TEEVALUEDOUBLE at TeeDefs.inc and recompile the sources to achieve it.
However, this is only possible for source code customers. If you are interested in getting an upgrade, please contact the sales department.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply