Gets the Brush used to color the legend icon.

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public Brush LegendIconBrush { get; private set; }
Visual Basic
Public Property LegendIconBrush As Brush
	Get
	Private Set
Visual C++
public:
property Brush^ LegendIconBrush {
	Brush^ get ();
	private: void set (Brush^ value);
}

See Also