MindFusion.Wpf Pack Programmer's Guide
ChartSeries.Fills Property
See Also
 





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

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

 Syntax

C#  Copy Code

public BrushCollection Fills { get; set; }

Visual Basic  Copy Code

Public Property Fills As BrushCollection

 Property Value

A collection of WPF Brush objects. The default is an empty collection.

 Remarks

Brushes from the Fills property are used for painting the graphical elements of the series - lines, areas, bars, pie slices, etc.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Wpf Namespace