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

See Also