If you set this to "circles" the grid lines will be circles. The chart might be called "Polar chart" in this case.

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public RadarGridTypes GridType { get; set; }
Visual Basic (Declaration)
Public Property GridType As RadarGridTypes
Visual C++
public:
property RadarGridTypes GridType {
	RadarGridTypes get ();
	void set (RadarGridTypes value);
}

See Also