MindFusion.Charting Programmer's Guide

PieChart.RadiusLength Property

See Also
 





Specifies the radius length of the pie chart.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public float RadiusLength { get; set; }

Visual Basic  Copy Code

Public Property RadiusLength As Single

 Property Value

A float value.

 Remarks

The property sets how big the pie is drawn.

When the chart is 3D, use Pie3DThickness and Pie3DTension to specify the thickness and tension of the pie.

Default value for the RadiusLength property is 100F.

 See Also