Contours and removing dots in a Smith Chart ?

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Carsten
Newbie
Newbie
Posts: 12
Joined: Fri Sep 30, 2005 4:00 am

Contours and removing dots in a Smith Chart ?

Post by Carsten » Wed Oct 19, 2005 4:33 pm

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Oct 24, 2005 11:04 am

Hi Carsten,
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 ?
No, these features aren't available in the latest TeeChart Pro version
Also,- how do I remove,- or change, the data dots ?
I'm not sure what you refer here, if you mean about how to manipulate the Smith points, you could see all the methods and properties of this Series type in the Help File, searching for TSmithSeries. For example to remove a datapoint you can use Series1.Delete(i);

Post Reply