Point Interface

Represents a single point in a series in a chart.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0002086A-0000-0000-C000-000000000046")> _
Public Interface Point
'Usage
Dim instance As Point
[InterfaceTypeAttribute()]
[GuidAttribute("0002086A-0000-0000-C000-000000000046")]
public interface Point

Remarks

The Point object is a member of the Points collection. The Points collection contains all the points in one series.

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.

See Also

Reference

Point Members

Microsoft.Office.Interop.Excel Namespace