Hi,
I try to show the connection lines in the points series.
I use the code followed:
Points1.LinePen.Color=Color.Red
Points1.LinePen.Visisble=true
But there is no the connection lines showed.
Does the points series have LinePen property?
Thanks in advance!
The LinePen property of the points series
Hi.
The points series can show only points and no connecting lines. If you want to show points and connecting lines, then you can use the line series with it's Pointer.Visible property set to true:
The points series can show only points and no connecting lines. If you want to show points and connecting lines, then you can use the line series with it's Pointer.Visible property set to true:
Code: Select all
line1.FillSampleValues(20);
line1.Pointer.Visible = true;
Marjan Slatinek,
http://www.steema.com
http://www.steema.com