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





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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property SectionStrokes As List(Of Brush)

 Property Value

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

 Remarks

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.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.Wpf Namespace