MindFusion.Wpf Pack Programmer's Guide
LineSeries.ScatterStrokes Property
See Also
 





Gets the strokes of the scatters. This is a dependency property.

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

 Syntax

C#  Copy Code

public BrushCollection ScatterStrokes { get; set; }

Visual Basic  Copy Code

Public Property ScatterStrokes As BrushCollection

 Property Value

An instance of the BrushCollection class. The default is an empty collection.

 Remarks

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.

 See Also

LineSeries Members
LineSeries Class
MindFusion.Charting.Wpf Namespace