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

See Also