Specifies the radius length of the pie chart.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public float RadiusLength { get; set; } |
Visual Basic
![]() |
---|
Public Property RadiusLength As Single |
A float value that specifies the length of the pie radius, in points.
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.