The maximum width of a balloon. If not set, half width of plot area will be used

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

Syntax

C#
public Nullable<int> BalloonMaxWidth { get; set; }
Visual Basic (Declaration)
Public Property BalloonMaxWidth As Nullable(Of Integer)
Visual C++
public:
property Nullable<int> BalloonMaxWidth {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also