MindFusion.Charting Programmer's Guide
RadarChart.RadiusLength Property
See Also
 





Specifies the length of the chart radius.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public float RadiusLength { get; set; }

Visual Basic  Copy Code

Public Property RadiusLength As Single

 Property Value

A float value that specifies the length of the radius, in points.

 Remarks

The property specifies the size of the radius of the chart. When the chart is 3D, the size remains intact, which the 3D look is achieved only graphically.

The property is valid also for charts that draw their outer axes as polygons. This is set when the SpiderWeb property is set to true.

Default value for the radius length is 100f.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.WinForms Namespace