Skip to main content

DataPointCollection Members

Provides a collection of data points for a series.

Constructors

Name Description
DataPointCollection() Initializes a new instance of the DataPointCollection class with default settings.

Properties

Name Description
ActualArgumentScaleType Gets the actual argument scale type.
ActualValueScaleType Gets the actual value scale type.
ArgumentScaleType Specifies the scale type of data points arguments.
Count Gets the number of elements contained in the DataPointCollection instance.
Item[Int32] Provides indexed access to individual items in the collection.
Points Provides access to the data points contained in this collection.
ValueScaleType Specifies the scale type of data point values.

Methods

Name Description
Add(DataPoint) Appends the specified item to the current collection.
Clear() Removes all items from the collection.
Contains(DataPoint) Returns whether the collection contains the specified data point.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetObjectByKey(Int32) Returns a data point corresponding to the specified key.
GetType() Gets the Type of the current instance. Inherited from Object.
IndexOf(DataPoint) Returns the specified point’s position within the collection.
Insert(Int32, DataPoint) 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(DataPoint) Removes the specified item 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.

Events

Name Description
PropertyChanged Occurs every time any of the ChartDependencyObject class properties has changed its value. Inherited from ChartDependencyObject.
See Also