whether it will be possible to turn on or off y balloons by clicking on a legend or on a graph

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

Syntax

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

See Also