Version

CompositeHitTest Method

Special HitTest method for composite charts.
Syntax
'Declaration
 
Public Function CompositeHitTest( _
   ByVal layerId As String, _
   ByVal seriesKey As String, _
   ByVal indexOfDataPoint As Integer _
) As ReverseHitTest
public ReverseHitTest CompositeHitTest( 
   string layerId,
   string seriesKey,
   int indexOfDataPoint
)

Parameters

layerId
The LayerID of the layer containing the Primitive being tested.
seriesKey
The Key of the Series which is represented by the Primitive being tested.
indexOfDataPoint
The Index of the DataPoint in its owning series which is represented by the Primitive being tested.

Return Value

A ReverseHitTest object with information which can be used to keep a record of interaction with a chart Primitive.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also