Allows slices to be filled with gradient colors

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

Syntax

C#
public PieGradientTypes SliceGradient { get; set; }
Visual Basic (Declaration)
Public Property SliceGradient As PieGradientTypes
Visual C++
public:
property PieGradientTypes SliceGradient {
	PieGradientTypes get ();
	void set (PieGradientTypes value);
}

See Also