ZedGraph LogoZedGraph Class Library Documentation
FontColor Property
NamespacesZedGraphFontSpecFontColor
The color of the font characters for this FontSpec. Note that the border and background colors are set using the Color and Color properties, respectively.
Declaration Syntax
C#Visual BasicVisual C++
public Color FontColor{ get; set;}
Public Property FontColor As Color
public:
property Color FontColor {
	Color get ();
	void set (Color value);
}
Value
A system Color reference.

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621