Points Interface
A collection of all the Point objects in the specified series in a chart.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("92D41A74-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface Points _
Inherits IEnumerable
'Usage
Dim instance As Points
[GuidAttribute("92D41A74-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface Points : IEnumerable
Remarks
Use Point (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.