MindFusion WinForms Programmer's Guide
Chart.LegendBrush Property
See Also
 





Gets or sets the brush for the legend's bounding rectangle.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public Brush LegendBrush { get; set; }

Visual Basic  Copy Code

Public Property LegendBrush As Brush

 Property Value

An instance of type MindFusion.Drawing.Brush.

 Remarks

The LegendBrush object is used for drawing the legend labels. Legend labels are set with the LegendLabels property. The count of columns in the legend is set with LegendColumns.
Default value for the LegendBrush property is a black SolidBrush.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace