Gets or sets the minimum pie size. When used with outside labeling, this property controls the minimum acceptable pie size, measured as a percentage the chart area size. This will prevent the pie from becoming too small due to the labels dominating the chart area. Default: 30.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlInt MinimumRelativePieSize { get; set; }
Visual Basic
Public Property MinimumRelativePieSize As RdlInt
	Get
	Set

See Also