Is there any way to bring up the chart editor at runtime using Teechart standard that comes with Delphi 2010. I noticed that the chart editor can be shown at design time by right clicking on a chart. How can I do the same thing at runtime?
Thanks
Herbert
Show Chart Editor
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Show Chart Editor
Hi Herbert,
Have you tried using unit EditChar in your unit and call EditChart? For example:
Have you tried using unit EditChar in your unit and call EditChart? For example:
Code: Select all
EditChart(Self,Chart1);
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 |
Re: Show Chart Editor
Yes I have but there seem to be files missing. When I a EditChar to uses I get the error message:
[DCC Fatal Error] ufGraph.pas(17): F1026 File not found: 'TeeMargins.dcu'.
There are a number places where this happens, eg uses TeExport gives:
[DCC Fatal Error] ufGraph.pas(17): F1026 File not found: 'TeeStringsEditor.dcu'
I am using Delphi 2010 Professional with a standard installation.
Herbert
[DCC Fatal Error] ufGraph.pas(17): F1026 File not found: 'TeeMargins.dcu'.
There are a number places where this happens, eg uses TeExport gives:
[DCC Fatal Error] ufGraph.pas(17): F1026 File not found: 'TeeStringsEditor.dcu'
I am using Delphi 2010 Professional with a standard installation.
Herbert
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: Show Chart Editor
Hi Herbert,
Sorry, the chart editor at runtime is only available with TeeChart Pro versions. The version included with RAD Studio 2010 is TeeChart v8 Standard VCL.
Apologies for the confusion created.
Sorry, the chart editor at runtime is only available with TeeChart Pro versions. The version included with RAD Studio 2010 is TeeChart v8 Standard VCL.
Apologies for the confusion created.
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 |
Re: Show Chart Editor
Thanks, that's what I suspected, I just needed confirmation.
Herbert Sauro
Herbert Sauro