.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Series Class > AddElements Method : AddElements(Element[]) Method
A list of elements to add
AddElements(Element[]) Method
Adds the specified elements to this series.
Syntax
'Declaration
 
Public Overloads Sub AddElements( _
   ByVal ParamArray elementList() As Element _
) 
'Usage
 
Dim instance As Series
Dim elementList() As Element
 
instance.AddElements(elementList)
public void AddElements( 
   params Element[] elementList
)

Parameters

elementList
A list of elements to add
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