Description
Returns the number of the data point under the pointer. You must call ObjectAtPointer first to retrieve the pointer position information.
Obsolete method
ObjectAtPointerDataPoint is obsolete and should not be used, because the DataWindow Web Control for ActiveX technology is obsolete.
Applies to
DataWindow Web ActiveX
DataWindow control
Syntax
Web ActiveX
number dwcontrol.ObjectAtPointerDataPoint ( )
Return value
Returns the number of the data point.
Usage
To find out the data point and series under the pointer, call ObjectAtPointer to retrieve the information, then immediately afterward, call ObjectAtPointerDataPoint and ObjectAtPointerSeries and examine the return values.
See also