Hi
I have a problem with the Chart Editor and a ContourSeries. At design time the editor gives me access to the following tabs:
Format, Grid3D, General, Marks and Data Source.
However, at run time (CharEditor->Execute) I only have access to
General, Marks and Data Source
Why are Format and Grid3D not shown.
Any help will be greatly appriciated, Jørgen
P.S. I use RAD 2007 (C++) and TChart 8.04
ContourSeries and Chart Editor
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Jørgen,
I found that adding unit TeeComma to the uses section solves the problem. However, I've added this issue (TV52013503) to the defect list to be fixed for next releases.
I found that adding unit TeeComma to the uses section solves the problem. However, I've added this issue (TV52013503) to the defect list to be fixed for next releases.
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: ContourSeries and Chart Editor
Hi Jørgen,
We have been investigating the issue again. This is not a bug, it's as designed. Since those are Pro version series you need to add the units below to the uses section.
We have been investigating the issue again. This is not a bug, it's as designed. Since those are Pro version series you need to add the units below to the uses section.
Code: Select all
uses TeeEditCha, TeeEditPro;
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 |