[]
        
(Showing Draft Content)

C1.WPF.C1Chart.LegendItemCollection

LegendItemCollection Class

Represents the collection of legend items.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public class LegendItemCollection : ReadOnlyObservableCollection<LegendItem>, IList<LegendItem>, ICollection<LegendItem>, IList, ICollection, IReadOnlyList<LegendItem>, IReadOnlyCollection<LegendItem>, IEnumerable<LegendItem>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Implements