Adds an element to the collection based on the specified calculation.
[Visual Basic]
Overloads Public Function Add( _
ByVal calc As Calculation _
) As Integer
[C#]
public int Add(
Calculation calc
);
Numeric index of the added element.
This method must be used through Chart.Series.Elements.Add(...).
ElementCollection Class | ElementCollection Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.