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)

Usage

Public Class ointImplementation
    Implements Point
End Class
Dim ointImplementation1 As New ointImplementation()

Syntax

Public Interface Point
public interface Point
public interface class Point
public interface Point
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

Point Members