ZedGraph LogoZedGraph Class Library Documentation
Color Property
NamespacesZedGraphFillColor
The fill color. This property is used as a single color to make a solid fill (Type is Solid), or it can be used in combination with White to make a LinearGradientBrush when Type is Brush and Brush is null.
Declaration Syntax
C#Visual BasicVisual C++
public Color Color{ get; set;}
Public Property Color As Color
public:
property Color Color {
	Color get ();
	void set (Color value);
}
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621