SeriesPointCollection Members
In This Article
#Constructors
Name | Description |
---|---|
Series |
Initializes a new instance of the Series |
#Properties
Name | Description |
---|---|
Count | Gets a number of points stored in the collection. |
Item[Int32] | Gets or sets a series point by its zero-based index. |
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 |
#Methods
Name | Description |
---|---|
Add |
Adds an object to the end of the Collection |
Add |
Adds a collection of objects to the end of the current collection.
Inherited from Chart |
Begin |
Starts the Chart |
Block |
Disallows reentrant attempts to change this collection.
Inherited from Observable |
Check |
Checks for reentrant attempts to change this collection.
Inherited from Observable |
Clear() |
Removes all elements from the Collection |
Contains |
Determines whether the collection contains the specified series point. |
Copy |
Copies the items from the collection to the specified array, starting at the specified index in the array object. |
End |
Ends the Chart |
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. |
Get |
Returns an enumerator that iterates through the Series |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the specified object’s position within the collection. |
Insert |
Inserts the work-time rule into the collection at the specified position. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Move |
Moves the item at the specified index to a new location in the collection.
Inherited from Observable |
On |
Raises the Property |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Remove the specified series point from the collection. |
Remove |
Removes the series point at the specified index of the Series |
IList. |
Adds an item to the IList.
Inherited from Collection |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Collection |
Occurs when an item is added, removed, changed, moved, or the entire list is refreshed.
Inherited from Observable |
Property |
Occurs when a property value changes.
Inherited from Observable |
INotify |
Occurs when a property value changes.
Inherited from Observable |
See Also