Points Interface

Definition

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

public interface class Points : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C170D-0000-0000-C000-000000000046")]
public interface Points : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C170D-0000-0000-C000-000000000046")>]
type Points = interface
    interface IEnumerable
Public Interface Points
Implements IEnumerable
Attributes
Implements

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.

Properties

_Default[Int32]
Application

Gets the Application object in which this object was created. Read-only.

Count

Returns the number of objects in the collection.

Creator

Returns the ID of the application in which this object was created.

Parent

Returns the parent object for the specified object. Read-only.

Methods

GetEnumerator()
Item(Int32)

Returns a single object from a collection.

Applies to