Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartCommandCollection Class
Members


In This Topic
    NChartCommandCollection Class
    In This Topic
    The NChartCommandCollection class represents a strongly typed collection containing NChartCommand instances
    Object Model
    NChartCommandCollection Class
    Syntax
    'Declaration
     
    
    <System.Reflection.DefaultMemberAttribute("Item")>
    Public Class NChartCommandCollection 
       Inherits System.Collections.CollectionBase
       Implements Nevron.INReferenceHolder, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NChartCommandCollection
    [System.Reflection.DefaultMember("Item")]
    public class NChartCommandCollection : System.Collections.CollectionBase, Nevron.INReferenceHolder, Nevron.INReferenceProvider  
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          Nevron.Chart.WinForm.NChartCommandCollection

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also