.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Series Class > Calculate Method : Calculate(String,Calculation,ElementValue) Method
Name of the returned element.
Calculation to perform.
The ElementValue to store in the resulting element's SubValue collection.
Calculate(String,Calculation,ElementValue) Method
Syntax
'Declaration
 
Public Overloads Function Calculate( _
   ByVal name As String, _
   ByVal calculation As Calculation, _
   ByVal subValueSource As ElementValue _
) As Element
'Usage
 
Dim instance As Series
Dim name As String
Dim calculation As Calculation
Dim subValueSource As ElementValue
Dim value As Element
 
value = instance.Calculate(name, calculation, subValueSource)

Parameters

name
Name of the returned element.
calculation
Calculation to perform.
subValueSource
The ElementValue to store in the resulting element's SubValue collection.
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