ICustomPolarSeries.Pen
ICustomPolarSeries
property Pen: IPen;
Type Library
TeeChartx
Description
The Pen property indicates the kind of pen used to draw the Line connecting PolarSeries 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 [Visual Basic]:
This changes the PolarSeries line color to blue:
TChart1.Series(0).asPolar.Pen.Color = vbBlue