MindFusion.Wpf Pack Programmer's Guide
RadarChart.SectionBrushes Property
See Also
 





Gets or sets a list with the brushes used for painting the sections of the radar chart. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public List<Brush> SectionBrushes { get; set; }

Visual Basic  Copy Code

Public Property SectionBrushes As List(Of Brush)

 Property Value

A list of WPF Brush objects. The default is an empty list. 

 Remarks

The SectionBrushes property specifies the brushes for filling the circles or polygons that build the inside of the radar chart. If the count of the SectionBrushes is less than the count of the radar sections, the control cycles the brushes.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.Wpf Namespace