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
SyntaxC#
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.
RemarksThe 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