Gets a list of legend items to be displayed in the legend for this DataSeries.

Namespace: Mindscape.PhoneElements.Charting
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also