ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / LegendItemCollection Class
Members


In This Topic
    LegendItemCollection Class
    In This Topic
    Represents the collection of legend items.
    Object Model
    LegendItemCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class LegendItemCollection 
       Inherits System.Collections.ObjectModel.ReadOnlyObservableCollection(Of LegendItem)
    'Usage
     
    
    Dim instance As LegendItemCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class LegendItemCollection : System.Collections.ObjectModel.ReadOnlyObservableCollection<LegendItem> 
    Inheritance Hierarchy
    See Also