Page 1 of 1

Less functionality in ChartEditor at runtime?

Posted: Thu Jun 30, 2005 3:56 pm
by 9237041
Hello!

I'm using Delphi 4 with TeeChart Pro 7.04 and I have the following problem:
At development time I'm able to add for example the tool "Tip-Mark" to my chart. I'm also able to change the properties of the Tip-Mark, but if I add the "Tip-Mark" at runtime, it's not possible to change the properties. And that is true for all tools. The properties-page is empty at runtime, but not at development time.
There are also less tools in the editor at runtime.

Please tell me what I'm doing wrong?

THX

Posted: Thu Jun 30, 2005 4:18 pm
by narcis
Hi ghisa,

If you want to have access to all series/tools editors, you can simply add TeeEditPRO unit to the Uses section. This unit includes all series/tool editor and automatically registers them when the unit is loaded.

Posted: Fri Jul 01, 2005 7:11 am
by 9237041
Hi narcis!

It works fine!!! Thanks a lot!!!