Charting for WPF Programmer's Guide

ChartSeries.Fills Property

See Also
 


Gets or sets the fills for the series.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public List<Brush> Fills { get; set; }

Visual Basic  Copy Code

Public Property Fills As List(Of Brush)

 Property Value

A strongly typed list with Brush objects. Default is an empty list.

 Remarks

The Fills property is used for painting chart areas in all types of charts.

 See Also