(Numbers from (-255 to 255) separated by commas) Controls the gradient ratio

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

Syntax

C#
public string SliceGradientRatio { get; set; }
Visual Basic (Declaration)
Public Property SliceGradientRatio As String
Visual C++
public:
property String^ SliceGradientRatio {
	String^ get ();
	void set (String^ value);
}

See Also