Specifies the text color.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

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

Field Value

A Color containing the "TextColor" attribute value.

Remarks

The default value is Color.Black.

See Also