TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
-
Carsten
- Newbie
- Posts: 12
- Joined: Fri Sep 30, 2005 4:00 am
Post
by Carsten » Tue Oct 25, 2005 3:20 pm
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
-
Carsten
- Newbie
- Posts: 12
- Joined: Fri Sep 30, 2005 4:00 am
Post
by Carsten » Tue Oct 25, 2005 6:11 pm
Hi
I found the answer (trial and error).
series=(TSmithSeries *)MyChart->Series;
series->Pen->Visible=false;
Best regards
Carsten