First Series does not show up in TeeChart 7.0.0.6
Posted: Thu Jul 13, 2006 7:50 pm
Hi,
I am trying to use TeeChart 7.0.0.6 to plot. If I try to plot only one series, the plot does not show up on the graph but I try more than one it shows up.
I verified by using TeeChart 6.0, this issue does not occur and the chart plots the first series without any problem.
I have gone through Microsoft Visual debugger and verified that the Chart object indeed contains the plot values of the of a single series.
In the ocding I am using:
Chart.Export.SaveToJPEGFile teeChartFileName, false, 0, 100, chartwidth, chartheight
The output jpg file does not contain the plot. It is the same when I export it using the the .tee option as follows:
Chart.Export.asNative.SaveToFile teeChartFileName, true
Can someone help me with this issue?
Regards,
Ravi
I am trying to use TeeChart 7.0.0.6 to plot. If I try to plot only one series, the plot does not show up on the graph but I try more than one it shows up.
I verified by using TeeChart 6.0, this issue does not occur and the chart plots the first series without any problem.
I have gone through Microsoft Visual debugger and verified that the Chart object indeed contains the plot values of the of a single series.
In the ocding I am using:
Chart.Export.SaveToJPEGFile teeChartFileName, false, 0, 100, chartwidth, chartheight
The output jpg file does not contain the plot. It is the same when I export it using the the .tee option as follows:
Chart.Export.asNative.SaveToFile teeChartFileName, true
Can someone help me with this issue?
Regards,
Ravi