This topic has not yet been rated - Rate this topic

Points Interface

Office 2010

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)
[GuidAttribute("92D41A74-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface Points : IEnumerable

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.