Points Interface

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

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("000C170D-0000-0000-C000-000000000046")> _
Public Interface Points _
    Inherits IEnumerable
'Usage
Dim instance As Points
[GuidAttribute("000C170D-0000-0000-C000-000000000046")]
public interface Points : IEnumerable

Remarks

Use Item(Int32), where Index is the point index number, to return a single ChartPoint object. Points are numbered from left to right on the series. 1 is the leftmost point, and Count is the rightmost point.

See Also

Reference

Points Members

Microsoft.Office.Core Namespace