ContourSeries and Chart Editor

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Jørgen
Newbie
Newbie
Posts: 14
Joined: Wed Oct 24, 2007 12:00 am

ContourSeries and Chart Editor

Post by Jørgen » Wed Oct 29, 2008 2:11 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu Oct 30, 2008 10:03 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Jørgen
Newbie
Newbie
Posts: 14
Joined: Wed Oct 24, 2007 12:00 am

Post by Jørgen » Thu Oct 30, 2008 11:38 am

Hi Narcis

Works perfectly. Thank you for excellent support! :D

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: ContourSeries and Chart Editor

Post by Narcís » Tue Mar 30, 2010 12:52 pm

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.

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
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply