MindFusion.Charting for Silverlight Programmer's Guide
SeriesLegend.BrushesSource Property
See Also
 






Gets or sets the source of the brushes that are used by this SeriesLegend.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public BrushCollection BrushesSource { get; set; }

Visual Basic  Copy Code

Public Property BrushesSource As BrushCollection

 Property Value

An instance of the BrushCollection class. Default value is an empty list.

 Remarks

You should set a corresponding label in the LabelsSource array for each Brush that you add to BrushesSource.

 See Also

SeriesLegend Members
SeriesLegend Class
MindFusion.Charting.Silverlight Namespace