Version

RadiusFactor Property

Radius of the Pie Chart is scaled with this property.
Syntax
'Declaration
 
Public Property RadiusFactor As Integer
public int RadiusFactor {get; set;}
Remarks

If the Pie Chart is scaled too large, leader lines and labels may be clipped at the edges of the control. Developers can avoid this by reducing the RadiusFactor, or through setting LeaderLinesVisible to False and FormatString to String.Empty.

The default value for RadiusFactor is 90. Values smaller than 90 reduce the amount of the chart area the Pie Chart consumes, values greater than 90 increase the area consumed by the Pie Chart.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also