Gets or sets whether or not each item in the ItemsSource should have its own legend item. This is a dependency property.

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

Syntax

C#
public bool ShowAllLegendItems { get; set; }
Visual Basic
Public Property ShowAllLegendItems As Boolean
	Get
	Set
Visual C++
public:
property bool ShowAllLegendItems {
	bool get ();
	void set (bool value);
}

See Also