whether graphs should grow at the same time or one after another

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

Syntax

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

See Also