.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > SeriesCollection Class : CalculateElement(String,Calculation) Method
Name of the returned element.
The calculation to perform on this collection.
CalculateElement(String,Calculation) Method
Performs a calculation on this collection.
Syntax
'Declaration
 
Public Function CalculateElement( _
   ByVal label As String, _
   ByVal calc As Calculation _
) As Element
'Usage
 
Dim instance As SeriesCollection
Dim label As String
Dim calc As Calculation
Dim value As Element
 
value = instance.CalculateElement(label, calc)
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.
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