Search found 6 matches

by mexx
Thu Jan 06, 2005 4:15 pm
Forum: ActiveX
Topic: NearestTool, VC6++
Replies: 5
Views: 9614

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...
by mexx
Thu Jan 06, 2005 3:43 pm
Forum: ActiveX
Topic: NearestTool, VC6++
Replies: 5
Views: 9614

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...
by mexx
Thu Jan 06, 2005 1:50 pm
Forum: ActiveX
Topic: NearestTool, VC6++
Replies: 5
Views: 9614

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...
by mexx
Thu Mar 04, 2004 10:54 am
Forum: ActiveX
Topic: Printing: "Range check error." TeeChartPro Activex
Replies: 6
Views: 16066

OK!

Marcus
by mexx
Fri Feb 27, 2004 11:47 am
Forum: ActiveX
Topic: Printing: "Range check error." TeeChartPro Activex
Replies: 6
Views: 16066

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...
by mexx
Thu Feb 19, 2004 10:42 am
Forum: ActiveX
Topic: Printing: "Range check error." TeeChartPro Activex
Replies: 6
Views: 16066

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...