Strange in exporting template as file
Posted: Fri Jul 13, 2007 5:02 am
Dear All,
I am using version 1.1.1544.23908. I am using the below code
It does not show anything in the large chart at all. I look at the file 'ten' that I save is 4kb. When I zoom on the original chart before exporting, then I can see the series in the large chart i.e tt works only when it's zoomed.
I was trying to double click the small chart and view the large chart but it does not work well at all. I tried doubleclick and mousedown event.
Any advice?
Regards,
LG
I am using version 1.1.1544.23908. I am using the below code
Code: Select all
Tchart.Export.Template.IncludeData = true;
Tchart.Export.Template.Save(strFile);
ctrTChartLarge.Import.Template.Load(strFile);
I was trying to double click the small chart and view the large chart but it does not work well at all. I tried doubleclick and mousedown event.
Any advice?
Regards,
LG