MindFusion.Wpf Pack Programmer's Guide
LegendItem.Brush Property
See Also
 





The Brush used for painting the shape of this item. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public Brush Brush { get; set; }

Visual Basic  Copy Code

Public Property Brush As Brush

 Property Value

An instance of the WPF Brush class. The default is a solid light blue brush.

 Remarks

The Brush paints the rectangle before the Label in the legend.

 See Also

LegendItem Members
LegendItem Class
MindFusion.Charting.Wpf Namespace