Gets the strokes of the scatters. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# 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.
Brushes 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.