Gets the items to be displayed in the legend.

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

Syntax

C#
public ReadOnlyCollection<LegendItem> LegendItems { get; }
Visual Basic
Public ReadOnly Property LegendItems As ReadOnlyCollection(Of LegendItem)
	Get
Visual C++
public:
property ReadOnlyCollection<LegendItem^>^ LegendItems {
	ReadOnlyCollection<LegendItem^>^ get ();
}

See Also