(from -255 to 255) The pie slice may darken/lighten when the use rolls over it. The intensity may be set here

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

Syntax

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

See Also