MindFusion.Charting Programmer's Guide

RadarChart.RadiusLength Property

See Also
 





Specifies the length of the chart radius.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public float RadiusLength { get; }

Visual Basic  Copy Code

Public ReadOnly Property RadiusLength As Single

 Property Value

A float value that specifies the length of the radius.

 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