MindFusion.Charting for Silverlight Programmer's Guide
RadarChart.SectionBrushes Property
See Also
 






Gets or sets the brushes that paint the radar sections.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public BrushCollection SectionBrushes { get; set; }

Visual Basic  Copy Code

Public Property SectionBrushes As BrushCollection

 Property Value

An instance of the BrushCollection class. Default value is an empty list.

 Remarks

The radar sections are the circles/polygons that build the background of the chart.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.Silverlight Namespace