If this is set to true, only one graph balloon will be visible at any time. This will be the balloon, and its connecting line, which are currently closest to the mouse pointer.

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

Syntax

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

See Also