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

PointDataCollection Members

A collection of series data points.

Constructors

Name Description
PointDataCollection() Initializes a new instance of the PointDataCollection class.

Properties

Name Description
ActualArgumentScaleType Returns the scale type of point arguments.
ActualValueScaleType Returns the scale type of point values.
ArgumentScaleType Specifies the argument scale type.
Count Returns the number of points that the collection contains.
Item[Int32] Allows you to access individual points within the collection.
ValueScaleType Specifies the value scale type.

Methods

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.

Events

Name Description
PropertyChanged Occurs when a ChartFrameworkElement class property’s value changes. Inherited from ChartFrameworkElement.
See Also