IPoint3DSeries.LinePen
IPoint3DSeries
property LinePen: IPen;
Type Library
TeeChartx
Description
Sets the Pen for the Point3D connecting Lines.
Example [Visual Basic]:
With TChart1.Series(0)
.asPoint3D.DepthSize = 3
.asPoint3D.LinePen.Color = vbRed
End With