The color of the balloon text.

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

Syntax

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

See Also