The type of animation effect for the radar. Elastic means the columns will bounce into place. Regular means normal growth speed. Strong means fast growth speed.

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

Syntax

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

See Also