MindFusion.Charting Programmer's Guide

Chart.LegendBackgroundBrush Property

See Also
 





Gets or sets the legend background brush.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public Brush LegendBackgroundBrush { get; set; }

Visual Basic  Copy Code

Public Property LegendBackgroundBrush As Brush

 Property Value

An object of type MindFusion.Drawing.Brush.

 Remarks

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.

 See Also