[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IPoints

Interface IPoints

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Represents a collection of all the IPoint objects in the specified series in a chart.

public interface IPoints : IEnumerable<IPoint>, IEnumerable
Inherited Members
System.Collections.Generic.IEnumerable<GrapeCity.Documents.Excel.Drawing.IPoint>.GetEnumerator()

Properties

Count

Returns the number of objects in the collection.

int Count { get; }

Property Value

int

this[int]

Returns a single object from a collection.

IPoint this[int index] { get; }

Parameters

index int

The index number for the object.

Property Value

IPoint

The IPoint object.

Parent

Returns the parent object for the specified object.

ISeries Parent { get; }

Property Value

ISeries