Points Interface
A collection of all the Point objects in the specified series in a chart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00020869-0000-0000-C000-000000000046")> _
Public Interface Points _
Inherits IEnumerable
'Usage
Dim instance As Points
[InterfaceTypeAttribute()]
[GuidAttribute("00020869-0000-0000-C000-000000000046")]
public interface Points : IEnumerable
Remarks
Use the Points method to return the Points collection.
Use Points(index), where index is the point index number, to return a single Point object. Points are numbered from left to right on the series. Points(1) is the leftmost point, and Points(Points.Count) is the rightmost point.