Gets or sets the fills for the series. Namespace: MindFusion.Charting.Wpf
|
C#
![]() |
---|
public List<Brush> Fills { get; set; } |
Visual Basic
![]() |
---|
Public Property Fills As List(Of Brush) |
A strongly typed list with Brush objects. Default is an empty list.
The Fills property is used for painting chart areas in all types of charts.