Balloon background opacity. If not set, graph.balloon_alpha 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<byte> BalloonAlpha { get; set; }
Visual Basic (Declaration)
Public Property BalloonAlpha As Nullable(Of Byte)
Visual C++
public:
property Nullable<unsigned char> BalloonAlpha {
	Nullable<unsigned char> get ();
	void set (Nullable<unsigned char> value);
}

See Also