TPolarSeries.AddPolar

TPolarSeries.AddPolar
TPolarSeries

function AddPolar(Const Angle, Value: Double; Const ALabel: String; AColor: TColor): Integer; virtual;

Unit
TeePolar

Description
The AddPolar function inserts a new Point to draw. The new point coordinates are expressed in Angle -> Vector format. Angles are expressed in degree units. Points are sorted and drawn in Angle ascending order.