MindFusion.Charting for Silverlight Programmer's Guide
LegendItem.Brush Property
See Also
 






The Brush used for painting the shape of this LegendItem.

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

 Syntax

C#  Copy Code

public Brush Brush { get; set; }

Visual Basic  Copy Code

Public Property Brush As Brush

 Property Value

An instance of the System.Windows.Media.Brush class. Default value is a blue SolidColorBrush.

 Remarks

The Brush property fills the rectangle that is drawn before the legend label.

 See Also

LegendItem Members
LegendItem Class
MindFusion.Charting.Silverlight Namespace