ZedGraph LogoZedGraph Class Library Documentation
Color Property
NamespacesZedGraphCurveItemColor
The Line/Symbol/Bar color (FillColor for the Bar). This is a common access to Line.Color, Border.Color, and Fill.Color properties for this curve.
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);
}

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621