Page 1 of 1

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

Posted: Tue Oct 25, 2005 3:20 pm
by 9238695
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

Posted: Tue Oct 25, 2005 6:11 pm
by 9238695
Hi

I found the answer (trial and error).

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

Best regards
Carsten