Search found 6 matches
- Thu Jan 06, 2005 4:15 pm
- Forum: ActiveX
- Topic: NearestTool, VC6++
- Replies: 5
- Views: 9736
Tried that using my TeeChart Pro AX v5 Features Demo. When I enter the data however, then resize the diagram using zoom-out I notice that the 0x,0y point does not reset exactly on the axes, but is slightly set off. Looks like there is some kind of margin set. Therefore, the 0-values etc do not lie o...
- Thu Jan 06, 2005 3:43 pm
- Forum: ActiveX
- Topic: NearestTool, VC6++
- Replies: 5
- Views: 9736
Michael, thanks for your help! Ok, using VARIANT works. However, another problem appears. Looks like the nearest point tool is not able to lock onto points that are positioned on one of the axes: m_Chart.GetAspect().SetView3D(false); m_Chart.AddSeries(scLine); m_Chart.Series(0).Add(0, NULL, 1); m_Ch...
- Thu Jan 06, 2005 1:50 pm
- Forum: ActiveX
- Topic: NearestTool, VC6++
- Replies: 5
- Views: 9736
NearestTool, VC6++
Hello, I'm not able to add a nearest tool to my chart. Using TeeChart 5.0.7.0, VC6++, I use the following code: m_Chart.GetAspect().SetView3D(false); m_Chart.AddSeries(scLine); m_Chart.Series(0).FillSampleValues(10); m_Chart.GetTools().Add(4); // tcNearest = 4 m_Chart.GetTools().GetItems(0).SetActiv...
- Thu Mar 04, 2004 10:54 am
- Forum: ActiveX
- Topic: Printing: "Range check error." TeeChartPro Activex
- Replies: 6
- Views: 16469
- Fri Feb 27, 2004 11:47 am
- Forum: ActiveX
- Topic: Printing: "Range check error." TeeChartPro Activex
- Replies: 6
- Views: 16469
Can you please confirm that you are using the very latest OEM printer drivers for your tests? Hello Marc, I am not able to confirm the printer driver version of my customer as he is handled by an external customer adviser. I am quite sure however it's an up-to-date driver as they set it up on a new...
- Thu Feb 19, 2004 10:42 am
- Forum: ActiveX
- Topic: Printing: "Range check error." TeeChartPro Activex
- Replies: 6
- Views: 16469
Printing: "Range check error." TeeChartPro Activex
Hello, I saw some post about this error here, but there were no answers with solutions yet. Furthermore I'm using VC++6 instead of VB, if that makes a difference. When trying to print a chart using the CTeePreviewer, I get an error message saying "Range check error." This happens when trying to prin...