Charting for WPF Programmer's Guide

Legend.Fill Property

See Also
 


Gets or sets the fill for the legend background.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public Brush Fill { get; set; }

Visual Basic  Copy Code

Public Property Fill As Brush

 Property Value

A Brush object. Default value is Brushes.White.

 See Also