Laut Doku:
"
Circular series for single values."
Zitat:
The Radar Series type is very similar to a Polar series (both Polar and Radar derive from a common TCustomPolarSeries class ).
[...]
Every point in the Radar series is drawn at a different angle ( 360 degrees divided by total number of points ).
Like Polar Series, more than one Radar series can be plotted together in the same chart (better if all Radar series have the same number of points).
In Sachen Methoden, Properties und Events ist das Teil absolut identisch mit
TCustomPolarSeries
, nur
function NumSampleValues: Integer;
ist etwas eigenes.