How to program the chart after creating it dynamically

TeeChart for ActiveX, COM and ASP
Post Reply
David
Advanced
Posts: 203
Joined: Tue Nov 08, 2005 5:00 am

How to program the chart after creating it dynamically

Post by David » Mon Jul 09, 2007 9:56 am

Hi,

I can now dynamically create the chart, but how to porgram it then? When I statically add it to a dialog, I can use CTChart m_chart1 and DDX_Control(pDX, IDC_TCHART1, m_chart1). Then I can use m_chart1 for adding lines and other things. If it is dynamically created, how to program it?

Thanks.
David

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Jul 10, 2007 10:08 am

Hi David,

I'm sorry, we're not very experienced creating ActiveX components dynamically with VC++. This should be done as it's for other components, nothing special has to be done for the TeeChart Pro components. We do not have a specific demo project which shows this,
We'd be very glad to help you if you need something related with the use of TeeChart.

Post Reply