two questions about drawing
Posted: Tue Oct 15, 2013 5:42 am
The questions
1. Could you tell me whether could the Teechart Pro activeX drawing in the background,how to realize it ?
I have a file with the dates of ten curves ,I need automatic read ,drawing and then saved as pictures .In the process I do not want display the teechart .
2. I want to know the method that when I draw the second straight line the first one could be deleted at the same time .
I use the download way to drawing :
GetCanvas().MoveTo(X,GetGetChartRect().GetBottom());
GetCanvas().LineTo(X,GetGetChartRect().GetTop());
1. Could you tell me whether could the Teechart Pro activeX drawing in the background,how to realize it ?
I have a file with the dates of ten curves ,I need automatic read ,drawing and then saved as pictures .In the process I do not want display the teechart .
2. I want to know the method that when I draw the second straight line the first one could be deleted at the same time .
I use the download way to drawing :
GetCanvas().MoveTo(X,GetGetChartRect().GetBottom());
GetCanvas().LineTo(X,GetGetChartRect().GetTop());