Gets or sets text background color.

Namespace:  RightEdge.Common.ChartObjects
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

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

See Also