dotnetCHARTING Send comments on this topic.
CalculateElement Method
See Also 
dotnetCHARTING Namespace > SeriesCollection Class : CalculateElement Method


label
Name of the returned element.
calc
The calculation to perform on this collection.
Performs a calculation on this collection.

Syntax

Visual Basic (Declaration) 
Public Function CalculateElement( _
   ByVal label As String, _
   ByVal calc As Calculation _
) As Element
Visual Basic (Usage)Copy Code
Dim instance As SeriesCollection
Dim label As String
Dim calc As Calculation
Dim value As Element
 
value = instance.CalculateElement(label, calc)
C# 
public Element CalculateElement( 
   string label,
   Calculation calc
)

Parameters

label
Name of the returned element.
calc
The calculation to perform on this collection.

Return Value

Returns an element based on the specified calculation.

See Also

© 2010 All Rights Reserved.