AddPoint Method

Adds a new data point to the object.

Syntax

object.AddPoint pdispPoint

Properties

The AddPoint method syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

pdispPoint

Object. An OLE object specifying a point object to add to the list of existing data points. The point object has an (x,y) pair that contains the logical coordinate of the data point (see FixFloatPoint).

Remarks

A point is an OLE object specifying a point object to add to the list of existing data points. The point object has an (x,y) pair that contains the logical coordinates of the data point.

 

Example

Applies To