TreatNulls  
Polar series (and derived Radar, WindRose, etc) can optionally display or not their "Null" values, in three different ways:

Series1.SetNull( 5, True) ;
   // <-- make point #5 "null"
Series1.TreatNulls := tnSkip;
   // <-- "null" points are ignored