The grow time for the radar. This creates an animation effect. Set this to 0 to disable animation.

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

Syntax

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

See Also