Name | Description | |
---|---|---|
![]() | NChartCommandCollection Constructor | Default constructor |
The following tables list the members exposed by NChartCommandCollection.
Name | Description | |
---|---|---|
![]() | NChartCommandCollection Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets/sets the command at the specified index |
Name | Description | |
---|---|---|
![]() | Add | Adds the specified command |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Determines whether the specified command is contained in this collection |
![]() | CreateFieldNonSerializedObjects | |
![]() | GetCommandFromId | Gets the chart command corresponding to the specified id |
![]() | GetEnumerator | (Inherited from System.Collections.CollectionBase) |
![]() | IndexOf | Determines the index of the command in the collection |
![]() | Insert | Inserts a the specified command at the specified index |
![]() | Remove | Removes the specified command |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
![]() | UpdateFieldReferences |
Name | Description | |
---|---|---|
![]() | OnClear | (Inherited from System.Collections.CollectionBase) |
![]() | OnClearComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | Overridden. Overriden to check the type of the inserted object |
![]() | OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | Overridden. Overriden to check the type of the removed object |
![]() | OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | Overridden. Overriden to check the type of the set object and call the OnCollectionChanged method |
![]() | OnSetComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | Overridden. Overriden to check the type of the object |