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


In This Topic
    ChartPanelObjectCollection Class
    In This Topic
    Defines collection of chart panel objects.
    Object Model
    ChartPanelObjectCollection Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class ChartPanelObjectCollection 
       Inherits System.Collections.ObjectModel.ObservableCollection(Of ChartPanelObject)
    'Usage
     
    
    Dim instance As ChartPanelObjectCollection
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class ChartPanelObjectCollection : System.Collections.ObjectModel.ObservableCollection<ChartPanelObject> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.ObservableCollection<T>
             C1.WPF.C1Chart.ChartPanelObjectCollection

    See Also