LegendItemCollection
Class
Strongly typed collection of LegendItem items.
Definition
Namespace:Telerik.Windows.Controls.Legend
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class LegendItemCollection : ObservableCollection<LegendItem>, IList<LegendItem>, ICollection<LegendItem>, IList, ICollection, IReadOnlyList<LegendItem>, IReadOnlyCollection<LegendItem>, IEnumerable<LegendItem>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<LegendItem>ObservableCollection<LegendItem>LegendItemCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the LegendItemCollection class.
C#
public LegendItemCollection()