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
Boreland Developer Studio 6
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |