[]
Represents a collection of all the IPoint objects in the specified series in a chart.
public interface IPoints : IEnumerable<IPoint>, IEnumerable
Returns the number of objects in the collection.
int Count { get; }
Returns a single object from a collection.
IPoint this[int index] { get; }
index
intThe index number for the object.
Returns the parent object for the specified object.
ISeries Parent { get; }