Gradient plot area background 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 PlotAreaBackgroundGradientColors { get; set; }
Visual Basic (Declaration)
Public Overridable Property PlotAreaBackgroundGradientColors As ColorCollection
Visual C++
public:
virtual property ColorCollection^ PlotAreaBackgroundGradientColors {
	ColorCollection^ get ();
	void set (ColorCollection^ value);
}

See Also