Boreland Developer Studio 6

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Phreaddie
Newbie
Newbie
Posts: 1
Joined: Fri Jun 23, 2006 12:00 am

Boreland Developer Studio 6

Post by Phreaddie » Sat Apr 21, 2007 12:10 am

Hi,

I have an application that reads data from a serial port and plots it using TChart 7.08 with Boreland Developer Studio 6. My question is how do I
create a chart in code in one form and call it or update it from another form. I can't seem to figure this out. I,m using C++.

Thanks

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

Post by Narcís » Mon Apr 23, 2007 8:37 am

Hi Phreaddie,

You can add a chart at design-time to see how it is created. Then make the same programmatically, declare the chart in your unit's public section and include your unit in your include section in the form where you want to call the chart from.
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