Search
Chart.LegendFill Property
See Also
 






Gets or sets a brush used to fill the legend's background.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Brush LegendFill { get; set; }

Visual Basic  Copy Code

Public Property LegendFill As Brush

 Property Value

An instance of the Brush class. The default is null (Nothing in Visual Basic).

 See Also