MinimumRelativePieSize Property (ChartSeriesCustomProperties.DoughnutProps)
In This Topic
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.
Syntax
'Declaration
Public Property MinimumRelativePieSize As RdlInt
public RdlInt MinimumRelativePieSize {get; set;}
See Also