The columns/bars will be filled with a gradient between all these colors. You can list multiple colors

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

Syntax

C#
public virtual ColorCollection GradientFillColors { get; set; }
Visual Basic (Declaration)
Public Overridable Property GradientFillColors As ColorCollection
Visual C++
public:
virtual property ColorCollection^ GradientFillColors {
	ColorCollection^ get ();
	void set (ColorCollection^ value);
}

See Also