If this is set to true, the viewer will be able to click on the graph, or on the graph title in the legend, and show or hide the balloon for that graph.

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

Syntax

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

See Also