if set to true, only one balloon at a time will be displayed

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

Syntax

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

See Also