Gets or sets the brush to be used to draw the background of the legend (when IsLegendVisible is true). This is a dependency property.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

C#
public Brush LegendBackground { get; set; }
Visual Basic (Declaration)
Public Property LegendBackground As Brush

See Also