public ChartPen Pen {get; set;}
Remarks
The Pen property indicates the kind of pen used to draw the Line connecting Polar series points. Points can be displayed by seting the Pointer.Visible property to true. You can set the Pen used to draw the circle using the CirclePen property.
Example
This changes the Polar series line color to blue:
[C#]
Steema.TeeChart.Styles.Polar Series1 = new Steema.TeeChart.Styles.Polar();
tChart1.Series.Add(Series1);
Series1.Pen.Color = Color.Blue;
See Also
CustomPolar Class | CustomPolar Members | Steema.TeeChart.Styles Namespace