DataPointCollection Properties
Provides a collection of data points for a series.| 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. |
See Also