Gets the strokes of the scatters. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public BrushCollection ScatterStrokes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScatterStrokes As BrushCollection |
An instance of the BrushCollection class. The default is an empty collection.
RemarksBrushes from ScatterStrokes are used to paint the outline of scatter shapes drawn at data points in line charts. Each scatter is struck with a consecutive Brush from ScatterStrokes. If count of ScatterStrokes is less than count of scatters the control cycles through them.
See Also