The Brush used for painting the shape of this item. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush Brush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Brush As Brush |
An instance of the WPF Brush class. The default is a solid light blue brush.
RemarksThe Brush paints the rectangle before the Label in the legend.
See Also