Gets a DataPointCollection object.
Series Data Points collection.
| Visual Basic (Declaration) | |
|---|---|
| Public ReadOnly Property Points As DataPointCollection | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public DataPointCollection Points {get;} | |
Return Value
A DataPointCollection object that represents a collection of DataPoint objects.
This collection property lets you add and remove data points to a series, and also provides methods and properties used to manipulate this collection (e.g. find data points, perform data-binding, etc.).
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
  
  
  
 