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 XGridFillColor { get; set; }
Visual Basic (Declaration)
Public Property XGridFillColor As Color
Visual C++
public:
property Color XGridFillColor {
	Color get ();
	void set (Color value);
}

See Also