Gets the strokes of the scatter marks. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public BrushCollection RadarScatterStrokes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RadarScatterStrokes As BrushCollection |
A collection of WPF Brush objects. The default is an empty collection.
RemarksThe 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