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?
Support of Int64
Re: Support of Int64
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |