INDataPointCollection Interface Members
In This Topic
The following tables list the members exposed by INDataPointCollection.
Public Methods
| Name | Description |
 | AddDataPoint | When implemented by a class, adds a data point to the data point collection. |
 | ClearDataPoints | When implemented by a class, removes all data points from the collection. |
 | ComposeDataPoint | When implemented by a class, gets the data point at the specified index. |
 | GetDataPointCount | When implemented by a class, obtains the number of data points contained in the collection. |
 | InsertDataPointAt | When implemented by a class, inserts a data point to the collection at the specified position. |
 | RemoveDataPointAt | When implemented by a class, removes the data point at the specified index. |
 | StoreDataPoint | When implemented by a class, sets a data point at the specified index. |
Top
See Also