IFastLineSeries.LinePen
IFastLineSeries
property LinePen: IPen;
Type Library
TeeChartx
Description
The LinePen property determines what kind of pen will be used for drawing the line connecting all points.
Example [Visual Basic]:
This code changes FastLineSeries's pen style:
TChart1.Series( 0 ).asFastLine.LinePen.Style = psDot