[]
Represents a collection of all the IPoint objects in the specified series in a chart.
public interface IPoints : IEnumerable<IPoint>, IEnumerable
Public Interface IPoints
Inherits IEnumerable(Of IPoint), IEnumerable
| Name | Description |
|---|---|
| Count | Returns the number of objects in the collection. |
| this[int] | Returns a single object from a collection. |
| Parent | Returns the parent object for the specified object. |