.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Series Class > AddElements Method : AddElements(Series) Method
Series whose elements will be added.
AddElements(Series) Method
Adds the elements of the specified series to this series.
Syntax
'Declaration
 
Public Overloads Sub AddElements( _
   ByVal fromSeries As Series _
) 
'Usage
 
Dim instance As Series
Dim fromSeries As Series
 
instance.AddElements(fromSeries)
public void AddElements( 
   Series fromSeries
)

Parameters

fromSeries
Series whose elements will be added.
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