Search found 5 matches
- Wed Jan 14, 2009 11:07 am
- Forum: ActiveX
- Topic: Levels in contour plots
- Replies: 2
- Views: 3579
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...
- Fri Jan 09, 2009 7:26 pm
- Forum: ActiveX
- Topic: Contour plot with not rectangular area
- Replies: 1
- Views: 3119
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...
- Fri Jul 06, 2007 12:43 pm
- Forum: ActiveX
- Topic: Problems after updating to 7.0.1.4
- Replies: 4
- Views: 5109
- Fri Jul 06, 2007 11:56 am
- Forum: ActiveX
- Topic: Problems after updating to 7.0.1.4
- Replies: 4
- Views: 5109
How to do?
Can yoe give me a hint how I can do this?
Raimund
Raimund
- Fri Jul 06, 2007 11:43 am
- Forum: ActiveX
- Topic: Problems after updating to 7.0.1.4
- Replies: 4
- Views: 5109
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...