Data labels of slices less then this % will be hidden (to avoid label overlapping if there are many small pie slices)

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

Syntax

C#
public byte DataLabelHidePercent { get; set; }
Visual Basic (Declaration)
Public Property DataLabelHidePercent As Byte
Visual C++
public:
property unsigned char DataLabelHidePercent {
	unsigned char get ();
	void set (unsigned char value);
}

See Also