ChartIndicatorCollection Members
In This Article
#Constructors
Name | Description |
---|---|
Chart |
Initializes a new instance of the Chart |
#Properties
Name | Description |
---|---|
Count |
Gets the number of elements actually contained in the Collection |
Item[Int32] |
Gets or sets the element at the specified index.
Inherited from Collection |
Item[String] |
Gets an item with the specified name.
Inherited from Named |
Items protected |
Gets a IList |
ICollection |
Gets a value indicating whether the ICollection |
ICollection. |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Inherited from Collection |
ICollection. |
Gets an object that can be used to synchronize access to the ICollection.
Inherited from Collection |
IList. |
Gets a value indicating whether the IList has a fixed size.
Inherited from Collection |
IList. |
Gets a value indicating whether the IList is read-only.
Inherited from Collection |
IList. |
Gets or sets the element at the specified index.
Inherited from Collection |
#Methods
Name | Description |
---|---|
Add |
Adds an object to the end of the Collection |
Add |
Adds the specified items to the collection.
Inherited from Notifying |
Add |
Adds items from the specified collection to the current collection.
Inherited from Notifying |
Begin |
Locks updates of the Notifying |
Clear() |
Removes all elements from the Collection |
Contains |
Determines whether an element is in the Collection |
Contains |
Determines whether the collection contains an item that matches the specified predicate.
Inherited from Notifying |
Contains |
Determines whether an item with the specified name is contained in the collection.
Inherited from Named |
Copy |
Copies the entire Collection |
End |
Unlocks the Notifying |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Find |
Returns the first item that matches the specified predicate.
Inherited from Notifying |
For |
Performs the specified action on each element of the current collection.
Inherited from Notifying |
Get |
Returns an enumerator that iterates through the Collection |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection |
Insert |
Inserts an element into the Collection |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the first occurrence of a specific object from the Collection |
Remove |
Removes an item with the specified unique name or identifier from the collection.
Inherited from Named |
Remove |
Removes the element at the specified index of the Collection |
Remove |
Removes the specified items from the collection.
Inherited from Notifying |
Remove |
Removes items in the specified collection from the current collection.
Inherited from Notifying |
ICollection. |
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Inherited from Collection |
IEnumerable. |
Returns an enumerator that iterates through a collection.
Inherited from Collection |
IList. |
Adds an item to the IList.
Inherited from Collection |
IList. |
Determines whether the IList contains a specific value.
Inherited from Collection |
IList. |
Determines the index of a specific item in the IList.
Inherited from Collection |
IList. |
Removes the first occurrence of a specific object from the IList.
Inherited from Collection |
To |
Returns the elements of the Notifying |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Before |
Occurs before items are added to the collection.
Inherited from Notifying |
Collection |
Occurs after items are added to or removed from the collection
Inherited from Notifying |
See Also