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
C# Copy Code |
---|
public List<Brush> SectionBrushes { get; set; } |
Visual Basic Copy Code |
---|
Public Property SectionBrushes As List(Of Brush) |
A list of WPF Brush objects. The default is an empty list.
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.