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