Search found 12 matches

by Carsten
Thu Nov 30, 2006 12:37 pm
Forum: VCL
Topic: Prob. using Excel and TeeChart component in the same project
Replies: 1
Views: 5243

Prob. using Excel and TeeChart component in the same project

Hi I get a lot of errors like (borland Developer Studio 2006): [C++ Error] Teepolar.hpp(35): E2015 Ambiguity between 'Series' and 'Excel_xp::Series' [C++ Error] TeeSeriesTextEd.hpp(135): E2015 Ambiguity between 'Dialogs' and 'Excel_xp::Dialogs' etc...... I have used TeeChart for a year now without a...
by Carsten
Mon Oct 02, 2006 1:08 pm
Forum: Beta versions
Topic: What is new in version 8?
Replies: 1
Views: 10482

What is new in version 8?

Best regards
Carsten
by Carsten
Tue Sep 19, 2006 3:46 pm
Forum: VCL
Topic: Oversampling using the Smoothing function
Replies: 1
Views: 4690

Oversampling using the Smoothing function

Hi

Can I change the max number of points in the plot. It seems to be set to 601. Even if I set the "Smooting - Option - Factor" to a very high number. It newer gets higher then 601.

Best regards
Carsten
by Carsten
Mon Sep 18, 2006 12:50 pm
Forum: VCL
Topic: Curvefitting (howto)
Replies: 3
Views: 8052

Hi

I could not find any help that gives an answer to my question. Do you have a pice of C++ code?

Regards
Carsten
by Carsten
Fri Sep 15, 2006 12:17 pm
Forum: VCL
Topic: Curvefitting (howto)
Replies: 3
Views: 8052

Curvefitting (howto)

Hi I have a set of data that is plotted in the graph SOURCE as a Line graph. In the same chart I can easily choose to make a curve fitted plot as well. But how can I calculate/get an Y-value from an arbitrary X-value. I could not find any examples that worked in C++. Maybe more explanation on the cu...
by Carsten
Sun Jun 18, 2006 9:07 pm
Forum: VCL
Topic: Plotting Contours in a Smith Chart
Replies: 1
Views: 4854

Plotting Contours in a Smith Chart

Hi

I need to be able to plot contours in a Smith Chart. Is there a function for that, or a workaround.

Best regards
Carsten
by Carsten
Fri Mar 31, 2006 3:41 pm
Forum: VCL
Topic: Plot is not being updated in Borland studio 2006 (c++)
Replies: 5
Views: 9739

Hi

I just deleted my Chart. And inserted a new one instead. And now it seems to work again. If I see the issue again,- I will send you some code. BTW, the code you described was not C++. Are you testing your code with the C++ part of Borland Studio 2006 ?

Best regards
Carsten
by Carsten
Fri Mar 31, 2006 3:14 pm
Forum: VCL
Topic: Plot is not being updated in Borland studio 2006 (c++)
Replies: 5
Views: 9739

Hi

After trying your suggestion I now have an even stranger issue. My plot footer/header and grid is being updated. But not the graph itself. Even when I remove the commands you suggested. What is going on?

Best regards
Carsten
by Carsten
Fri Mar 31, 2006 1:47 pm
Forum: VCL
Topic: Plot is not being updated in Borland studio 2006 (c++)
Replies: 5
Views: 9739

Plot is not being updated in Borland studio 2006 (c++)

Hi I have a strange problem. I just upgraded from Borland C++ version 6 to Studio 2006. I also upgraded to Teechart 7.06. When I run my program in the compile enviroment the plots are being updated, but when I let other people run my applications their windows are not updating my plots. This was not...
by Carsten
Tue Oct 25, 2005 6:11 pm
Forum: VCL
Topic: How to remove the line between data points in a Smith Chart
Replies: 1
Views: 5029

Hi

I found the answer (trial and error).

series=(TSmithSeries *)MyChart->Series;
series->Pen->Visible=false;

Best regards
Carsten
by Carsten
Tue Oct 25, 2005 3:20 pm
Forum: VCL
Topic: How to remove the line between data points in a Smith Chart
Replies: 1
Views: 5029

How to remove the line between data points in a Smith Chart

Hi

I have tried to find a way to remove the line in between data points in a Smith Chart. So far without any success. I have tried the MyChart->Series->DrawBetweenPoints=false. But this property did not work and did not have any help entry !

Best regards
Carsten H
by Carsten
Wed Oct 19, 2005 4:33 pm
Forum: VCL
Topic: Contours and removing dots in a Smith Chart ?
Replies: 1
Views: 4879

Contours and removing dots in a Smith Chart ?

Hi

Can I plot contours in a Smith Chart ?

Can I overlay my Smith Chart with a Contours plot where the Contour plot is 100% inside the SmithChart Circle ?

Also,- how do I remove,- or change, the data dots ?


Best regards
Carsten