I'm using Visual C++ 6.0 and TeeChart Active V7. The following line of code results in a compilation error in Visual C++ 6.0:
m_Chart.Series(0).FillSamplesValues(10).
However, in Visual C++ 7.0 it compiles fine. How should it be modified for Visual ++ 6.0?
FillSampleValues not compiling
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi nbp,
It works fine for me here using this:
If the problem persists please post the compiling error you obtain.
Thanks in advance.
It works fine for me here using this:
Code: Select all
m_Chart1.Series(0).FillSampleValues(100);
Thanks in advance.
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 |