Class LegendItemCollection
Strongly typed collection of LegendItem items.
Inheritance
System.Object
System.Collections.ObjectModel.Collection<LegendItem>
LegendItemCollection
Inherited Members
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.LegendItem>.Add(Telerik.WinControls.UI.LegendItem)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.LegendItem>.Clear()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.LegendItem>.CopyTo(Telerik.WinControls.UI.LegendItem[], System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.LegendItem>.Contains(Telerik.WinControls.UI.LegendItem)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.LegendItem>.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.LegendItem>.IndexOf(Telerik.WinControls.UI.LegendItem)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.LegendItem>.Insert(System.Int32, Telerik.WinControls.UI.LegendItem)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.LegendItem>.Remove(Telerik.WinControls.UI.LegendItem)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.LegendItem>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.LegendItem>.Count
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.LegendItem>.Items
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.LegendItem>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.LegendItem>.System.Collections.Generic.ICollection<Telerik.WinControls.UI.LegendItem>.IsReadOnly
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
public class LegendItemCollection : ObservableCollection<LegendItem>, IList<LegendItem>, ICollection<LegendItem>, IReadOnlyList<LegendItem>, IReadOnlyCollection<LegendItem>, IEnumerable<LegendItem>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx
Constructors
LegendItemCollection()
Declaration
public LegendItemCollection()