every second area between gridlines will be filled with this color (you will need to set fill_alpha > 0)

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also