Gets the fills of the scatters. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public BrushCollection ScatterFills { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ScatterFills As BrushCollection |
An instance of the BrushCollection class. The default is an empty collection.
RemarksBrushes 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