MindFusion.Wpf Pack Programmer's Guide
RadarSeries.RadarScatterStrokes Property
See Also
 





Gets the strokes of the scatter marks. This is a dependency property.

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

 Syntax

C#  Copy Code

public BrushCollection RadarScatterStrokes { get; set; }

Visual Basic  Copy Code

Public Property RadarScatterStrokes As BrushCollection

 Property Value

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

 Remarks

The RadarScatterStrokes property specifies brushes for filling scatter shapes drawn at data points in a radar series. If you want to show scatters at data points change the ScatterType property to a value different than None.

 See Also

RadarSeries Members
RadarSeries Class
MindFusion.Charting.Wpf Namespace