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
C# Copy Code |
---|
public BrushCollection RadarScatterFills { get; set; } |
Visual Basic Copy Code |
---|
Public Property RadarScatterFills As BrushCollection |
An collection of WPF Brush objects. The default is an empty collection.
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.