| Visual Basic (Declaration) | |
|---|---|
Public Overloads Function Add( _ ByVal calc As Calculation _ ) As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int Add( Calculation calc ) | |
Parameters
- calc
- Calculation to perform on the collection.
Return Value
Numeric index of the added element.This method must be used through Chart.Series.Elements.Add(...).