.netCHARTING v10.5 Documentation


GroupByElements Method
Groups series into even element groups where every element will have a matching element in all other series.
Syntax
'Declaration
 
Public Sub GroupByElements() 
'Usage
 
Dim instance As SeriesCollection
 
instance.GroupByElements()
public void GroupByElements()
Remarks
The result will be series of even number of elements with the same names.
Requirements

Target Platforms: 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