Gets the data points within the series.
| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property DataPoints As DataPointCollection | |
| C# | |
|---|---|
public DataPointCollection DataPoints {get;} | |
Return Value
A DataPointCollection object containing all of the data points in the series.