MindFusion.Charting Programmer's Guide

Chart.LegendBrush Property

See Also
 





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

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

 Syntax

C#  Copy Code

public Brush LegendBrush { get; set; }

Visual Basic  Copy Code

Public Property LegendBrush As Brush

 Property Value

An object 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