ClassLegendItemCollection
Class
Strongly typed collection of LegendItem items.
Definition
Namespace:Telerik.Windows.Controls.Legend
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
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
LegendItemCollection()
Initializes a new instance of the LegendItemCollection class.
Declaration
cs-api-definition
public LegendItemCollection()