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





Gets or sets the brushes used to fill scatters drawn at data points in this series. This is a dependency property.

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

 Syntax

C#  Copy Code

public BrushCollection RadarScatterFills { get; set; }

Visual Basic  Copy Code

Public Property RadarScatterFills As BrushCollection

 Property Value

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

 Remarks

The RadarScatterFills 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