dotnetCHARTING Send comments on this topic.
GroupByElements Method
See Also 
dotnetCHARTING Namespace > SeriesCollection Class : GroupByElements Method


Groups series into even element groups where every element will have a matching element in all other series.

Syntax

Visual Basic (Declaration) 
Public Sub GroupByElements() 
Visual Basic (Usage)Copy Code
Dim instance As SeriesCollection
 
instance.GroupByElements()
C# 
public void GroupByElements()

Remarks

The result will be series of even number of elements with the same names.

See Also

© 2010 All Rights Reserved.