How to program the chart after creating it dynamically
Posted: 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
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