Page 1 of 1

Boreland Developer Studio 6

Posted: Sat Apr 21, 2007 12:10 am
by 9043665
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

Posted: Mon Apr 23, 2007 8:37 am
by narcis
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.