The color of the X-axis 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 XBalloonTextColor { get; set; }
Visual Basic (Declaration)
Public Property XBalloonTextColor As Color
Visual C++
public:
property Color XBalloonTextColor {
	Color get ();
	void set (Color value);
}

See Also