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





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

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

 Syntax

C#  Copy Code

public BrushCollection ScatterFills { get; set; }

Visual Basic  Copy Code

Public Property ScatterFills As BrushCollection

 Property Value

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

 Remarks

Brushes from ScatterFills are used to paint the interior of scatter shapes drawn at data points in line charts. Each scatter is painted with a consecutive Brush from ScatterFills. If count of ScatterFills is less than count of scatters the control cycles through them.

 See Also

LineSeries Members
LineSeries Class
MindFusion.Charting.Wpf Namespace