ZedGraph LogoZedGraph Class Library Documentation
Color Property
NamespacesZedGraphAxisColor
The color to use for drawing this Axis.
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);
}
Value
The color is defined using the Color class
Remarks
This affects only the axis segment (see IsAxisSegmentVisible), since the Title, Scale, MajorTic, MinorTic, MajorGrid, and MinorGrid all have their own color specification.
See Also

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621