Search found 5 matches

by Raimund
Wed Jan 14, 2009 11:07 am
Forum: ActiveX
Topic: Levels in contour plots
Replies: 2
Views: 3552

Levels in contour plots

Hello, I'm a little confused: in th following code segment (C++) Serie1.FillSampleValues(20); Serie1.GetAsContour().SetAutomaticLevels(true); Serie1.GetAsContour().SetNumLevels(15); long lNumLevels=Serie1.GetAsContour().GetNumLevels(); // Serie1.GetAsContour().SetAutomaticLevels(false); Serie1.GetAs...
by Raimund
Fri Jan 09, 2009 7:26 pm
Forum: ActiveX
Topic: Contour plot with not rectangular area
Replies: 1
Views: 3089

Contour plot with not rectangular area

Hello, I have to produce a contour plot where the Z-Values depend on the X-values. So the plotarea is not a rectangle. Also the Z-values are not equi-distant. In my special case I want to plot an contour of the efficency (Y-value) of an induction motor over the voltage (X-values) and the output powe...
by Raimund
Fri Jul 06, 2007 12:43 pm
Forum: ActiveX
Topic: Problems after updating to 7.0.1.4
Replies: 4
Views: 5053

It works,

thank you very much!

Raimund
by Raimund
Fri Jul 06, 2007 11:56 am
Forum: ActiveX
Topic: Problems after updating to 7.0.1.4
Replies: 4
Views: 5053

How to do?

Can yoe give me a hint how I can do this?

Raimund
by Raimund
Fri Jul 06, 2007 11:43 am
Forum: ActiveX
Topic: Problems after updating to 7.0.1.4
Replies: 4
Views: 5053

Problems after updating to 7.0.1.4

Hello, I updated my older TeeChart Pro ActiveX 7 to the latest Release in my C++ Project (Visual Studio). Now I have a problem with the function "GetAsPoint3D().AddArrayXYZ(dX2WFeld,dY2WFeld,dZ2WFeld)" At runtime I get the error "Invalid class typecast" without any additional information. If I chang...