Points Interface

A collection of all the Point objects in the specified series in a chart.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("C1A870A0-850E-4D38-98A7-741CB8C3BCA4")> _
Public Interface Points _
    Inherits IEnumerable
'Usage
Dim instance As Points
[GuidAttribute("C1A870A0-850E-4D38-98A7-741CB8C3BCA4")]
public interface Points : IEnumerable

Remarks

Use Points(Object)(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.

See Also

Reference

Points Members

Microsoft.Office.Interop.Word Namespace