Version

GetSeriesItem Method

Gets the item based on the given point for another series.
Syntax
'Declaration
 
Protected Function GetSeriesItem( _
   ByVal series As Series, _
   ByVal world As Point _
) As Object
protected object GetSeriesItem( 
   Series series,
   Point world
)

Parameters

series
The series to get the item for.
world
The point in context.

Return Value

The item matching the given point for the given series.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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