Page 1 of 1

ContourSeries and Chart Editor

Posted: Wed Oct 29, 2008 2:11 pm
by 10047127
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

Posted: Thu Oct 30, 2008 10:03 am
by narcis
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.

Posted: Thu Oct 30, 2008 11:38 am
by 10047127
Hi Narcis

Works perfectly. Thank you for excellent support! :D

Re: ContourSeries and Chart Editor

Posted: Tue Mar 30, 2010 12:52 pm
by narcis
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;