Points Property (ISeries)
In This Topic
Gets an object that represents a single point (an
IPoint object) or a collection of all the points (an
IPoints collection) in the series.
Syntax
'Declaration
ReadOnly Property Points As IPoints
'Usage
Dim instance As ISeries
Dim value As IPoints
value = instance.Points
See Also