Gets or sets the brush for the legend's bounding rectangle. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public Brush LegendBrush { get; set; } |
Visual Basic
![]() |
---|
Public Property LegendBrush As Brush |
An object of type MindFusion.Drawing.Brush.
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.