public ChartPen LinePen {get; set;}
Remarks
The LinePen property determines what kind of pen will be used to draw the line connecting all points. This property is inherited by a number of Series classes including the Line series class where it can be used in the following manner.
Example
[C#]
((Steema.TeeChart.Styles.Line)tChart1[2]).LinePen.Color = Color.Red;
((Steema.TeeChart.Styles.Line)tChart1[2]).LinePen.Chart.Axes.Left.Ticks.Color = Color.Blue;
See Also
BaseLine Class | BaseLine Members | Steema.TeeChart.Styles Namespace