Show Chart Editor

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
hsauro
Newbie
Newbie
Posts: 7
Joined: Fri Feb 10, 2006 12:00 am

Show Chart Editor

Post by hsauro » Sat Dec 25, 2010 12:48 am

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

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

Re: Show Chart Editor

Post by Narcís » Mon Dec 27, 2010 10:00 am

Hi Herbert,

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

nitin
Newbie
Newbie
Posts: 51
Joined: Thu Aug 22, 2002 4:00 am

Re: Show Chart Editor

Post by nitin » Mon Dec 27, 2010 4:13 pm

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

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

Re: Show Chart Editor

Post by Narcís » Tue Dec 28, 2010 10:07 am

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.
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

nitin
Newbie
Newbie
Posts: 51
Joined: Thu Aug 22, 2002 4:00 am

Re: Show Chart Editor

Post by nitin » Wed Dec 29, 2010 4:07 pm

Thanks, that's what I suspected, I just needed confirmation.

Herbert Sauro

Post Reply