Gets or sets the legend background brush. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public Brush LegendBackgroundBrush { get; set; } |
Visual Basic
![]() |
---|
Public Property LegendBackgroundBrush As Brush |
An object of type MindFusion.Drawing.Brush.
The LegendBackgroundBrush object is used for drawing the background of the chart's legend. The legend bounding rectangle is drawn with LegendPen.
A chart is drawn with a legend when the LegendLabels property is not an empty array.
Default value for the LegendBackgroundBrush property is null.