This document is archived and information here might be outdated. Recommended version. |
Identifies object ID for the series using graph coordinates.
[Visual Basic .NET]
Public Sub Identify ( _
ByVal iSeries As Integer, _
ByVal ptX As Integer, _
ByVal ptY As Integer, _
ByRef pOIDs As Object _
)
[C#]
public void Identify (
int iSeries,
int ptX,
int ptY,
ref object pOIDs
);
[C++]
HRESULT Identify(
long iSeries,
long ptX,
long ptY,
Variant* pOIDs
);
[C++] Parameters iSeries [in]
iSeries is a parameter of type long ptX [in]
ptX is a parameter of type long ptY [in]
ptY is a parameter of type long pOIDs [out]
pOIDs is a parameter of type VARIANT*