ObjectAtPointerSeries

Description

Returns the number of the series under the pointer. You must call ObjectAtPointer first to retrieve the pointer position information.

Applies to

DataWindow Web ActiveX DataWindow control

Syntax

Web ActiveX

number dwcontrol.ObjectAtPointerSeries ( )

Argument

Description

dwcontrol

A reference to a DataWindow control containing the graph

Returns

Returns the number of the series.

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