Represents the collection of legend items.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public class LegendItemCollection : ReadOnlyCollection<LegendItem>, 
	INotifyPropertyChanged, INotifyCollectionChanged
Visual Basic
Public Class LegendItemCollection _
	Inherits ReadOnlyCollection(Of LegendItem) _
	Implements INotifyPropertyChanged, INotifyCollectionChanged

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..ReadOnlyCollection<(Of <(<'LegendItem>)>)>
    C1.Silverlight.Chart..::..LegendItemCollection

See Also