IPoints Interface
Represents a collection of all the IPoint objects in the specified series in a chart.
Assembly: DS.Documents.Excel.dll
Syntax
public interface IPoints : IEnumerable<IPoint>, IEnumerable
Public Interface IPoints
Inherits IEnumerable(Of IPoint), IEnumerable
Properties
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.
|