Version

GetFullSeriesInfo Method (CategorySeries)

Gets the highlighting info of the series
Syntax
'Declaration
 
Protected Function GetFullSeriesInfo( _
   ByVal item As Object, _
   ByVal world As Point, _
   ByVal prevValue As Infragistics.HighlightingInfo _
) As Infragistics.HighlightingInfo
protected Infragistics.HighlightingInfo GetFullSeriesInfo( 
   object item,
   Point world,
   Infragistics.HighlightingInfo prevValue
)

Parameters

item
The data item
world
The world coordinates to use
prevValue
Information related to the previously highlighted item
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