Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartCommandCollection Class
Properties Methods


In This Topic
    NChartCommandCollection Class Members
    In This Topic

    The following tables list the members exposed by NChartCommandCollection.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Public PropertyGets/sets the command at the specified index  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodAdds the specified command  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodDetermines whether the specified command is contained in this collection  
    Public Method  
    Public MethodGets the chart command corresponding to the specified id  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodDetermines the index of the command in the collection  
    Public MethodInserts a the specified command at the specified index  
    Public MethodRemoves the specified command  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public Method  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Overriden to check the type of the inserted object  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Overriden to check the type of the removed object  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Overriden to check the type of the set object and call the OnCollectionChanged method  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Overriden to check the type of the object  
    Top
    See Also