Gets the fills of the series. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public BrushCollection Fills { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Fills As BrushCollection |
A collection of WPF Brush objects. The default is an empty collection.
RemarksBrushes from the Fills property are used for painting the graphical elements of the series - lines, areas, bars, pie slices, etc.
See Also