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

Namespace: Mindscape.SilverlightElements.Charting
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.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