DataPointCollection Members
In This Article
#Constructors
Name | Description |
---|---|
Data |
Initializes a new instance of the Data |
#Properties
Name | Description |
---|---|
Actual |
Gets the actual argument scale type. |
Actual |
Gets the actual value scale type. |
Argument |
Specifies the scale type of data points arguments. |
Count |
Gets the number of elements contained in the Data |
Item[Int32] | Provides indexed access to individual items in the collection. |
Points | Provides access to the data points contained in this collection. |
Value |
Specifies the scale type of data point values. |
#Methods
Name | Description |
---|---|
Add |
Appends the specified item to the current collection. |
Clear() | Removes all items from the collection. |
Contains |
Returns whether the collection contains the specified data point. |
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 |
Serves as the default hash function. Inherited from Object. |
Get |
Returns a data point corresponding to the specified key. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the specified point’s position within the collection. |
Insert |
Adds the specified data point to the specified position within the collection. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Move |
Moves the data point to another position within the collection. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified item from the collection. |
Remove |
Removes an item at the specified position from the collection. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Property |
Occurs every time any of the Chart |
See Also