dotnetCHARTING Send comments on this topic.
AddElements(Series) Method
See Also 
dotnetCHARTING Namespace > Series Class > AddElements Method : AddElements(Series) Method


fromSeries
Series whose elements will be added.
Adds the elements of the specified series to this series.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub AddElements( _
   ByVal fromSeries As Series _
) 
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim fromSeries As Series
 
instance.AddElements(fromSeries)
C# 
public void AddElements( 
   Series fromSeries
)

Parameters

fromSeries
Series whose elements will be added.

See Also

© 2010 All Rights Reserved.