Returns the number of the series under the pointer. You must call ObjectAtPointer first to retrieve the pointer position information.
DataWindow Web ActiveX DataWindow control
number dwcontrol.ObjectAtPointerSeries ( )
Argument |
Description |
---|---|
dwcontrol |
A reference to a DataWindow control containing the graph |
Returns the number of the series.
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.