Calculate(String,Calculation,ElementValue) Method
Performs a Calculation on this collection and stores the specified source element values in the resulting element's SubValue collections.
Syntax
'Declaration Public Overloads Function Calculate( _ ByVal label As String, _ ByVal calc As Calculation, _ ByVal subValueSource As ElementValue _ ) As Series
'Usage Dim instance As SeriesCollection Dim label As String Dim calc As Calculation Dim subValueSource As ElementValue Dim value As Series value = instance.Calculate(label, calc, subValueSource)
public Series Calculate( string label, Calculation calc, ElementValue subValueSource )
Parameters
- label
- Name of the returned series.
- calc
- Calculation to perform on this collection.
- subValueSource
- The ElementValue to store in the resulting element's SubValue collection.
Return Value
Returns a series 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