MindFusion.Charting Programmer's Guide

RadarChart.SpiderWeb Property

See Also
 





Specifies whether the outer chart axes are drawn as circles or polygons.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool SpiderWeb { get; set; }

Visual Basic  Copy Code

Public Property SpiderWeb As Boolean

 Property Value

A bool value.

 Remarks

The property specifies the shape of the outer and alternative axes - circle or polygon. The outer axis is the chart bounding circle, where the chart graphics are located. When SpiderWeb is true, the outer axes are drawn as a polygon.

The outer axis is only one and is the biggest circle (polygon). It is drawn with OuterAxisPen. The circles (polygons) drawn concentric to the outer axis are called alternative axes and are drawn with AltAxesPens.

The count of the alternative axes depends on the scale divisions of the inner axis.

Default value for the SpiderWeb property is false.

 See Also