ComponentOne Chart for WPF and Silverlight
LegendItemCollection Class
Members 


C1.WPF.C1Chart Namespace : LegendItemCollection Class
Represents the collection of legend items.
Object Model
LegendItemCollection Class
Syntax
'Declaration
 
Public Class LegendItemCollection 
   Inherits System.Collections.ObjectModel.ReadOnlyObservableCollection(Of LegendItem)
'Usage
 
Dim instance As LegendItemCollection
public class LegendItemCollection : System.Collections.ObjectModel.ReadOnlyObservableCollection<LegendItem> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.ReadOnlyCollection<T>
      System.Collections.ObjectModel.ReadOnlyObservableCollection<T>
         C1.WPF.C1Chart.LegendItemCollection

See Also

Reference

LegendItemCollection Members
C1.WPF.C1Chart Namespace