Skip to main content
A newer version of this page is available. .

PointDataCollection Methods

A collection of series data points.
Name Description
Add(PointData) Appends the specified point to the end of the collection.
Clear() Removes all items from the collection.
Contains(PointData) Checks whether the collection contains the specified data point.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
GetObjectByKey(Int32) Returns a PointData object with the specified key.
GetType() Gets the Type of the current instance. Inherited from Object.
IndexOf(PointData) Returns the specified point’s position within the collection.
Insert(Int32, PointData) Adds the specified data point to the specified position within the collection.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Move(Int32, Int32) Moves the data point to another position within the collection.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Remove(PointData) Removes the specified point from the collection.
RemoveAt(Int32) Removes an item at the specified position from the collection.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also