MindFusion.Reporting for Silverlight Programmer's Guide
PieChart.Brushes Property
See Also
 





Gets or sets the brushes used to fill the plotted pieces. This is a dependency property.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 Syntax

C#  Copy Code

public IList<Brush> Brushes { get; set; }

Visual Basic  Copy Code

Public Property Brushes As IList(Of Brush)

 Property Value

An IList<Brush> containing the brushes for individual chart pieces.

 Remarks

If this property is not specified, pieces are painted with the PieBrush. This is also true for pieces, which do not have a corresponding brush in this list.

 See Also

PieChart Members
PieChart Class
MindFusion.Reporting.Silverlight Namespace