Specifies whether the outer chart axes are drawn as circles or polygons. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueA bool value; true if the outer and alternative axes are drawn as spider web, otherwise false. RemarksThe 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 |