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


elementList
A list of elements to add
Adds the specified elements to this series.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub AddElements( _
   ByVal ParamArray elementList() As Element _
) 
Visual Basic (Usage)Copy Code
Dim instance As Series
Dim elementList() As Element
 
instance.AddElements(elementList)
C# 
public void AddElements( 
   params Element[] elementList
)

Parameters

elementList
A list of elements to add

See Also

© 2010 All Rights Reserved.