Gets or sets a list of brushes used for outlining 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> SectionStrokes { get; set; } |
Visual Basic Copy Code |
---|
Public Property SectionStrokes As List(Of Brush) |
A list of WPF Brush objects. The default is an empty list.
The SectionStrokes property specifies the brushes for outlining the circles or polygons that build the inside of the radar chart. If the count of the SectionStrokes is less than the count of the radar sections, the control cycles the strokes.