.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > SeriesCollection Class > Calculate Method : Calculate(String,Calculation) Method
Name of the returned series.
The calculation to perform on this collection.
Calculate(String,Calculation) Method
Performs a calculation on this collection.
Syntax
'Declaration
 
Public Overloads Function Calculate( _
   ByVal label As String, _
   ByVal calc As Calculation _
) As Series
'Usage
 
Dim instance As SeriesCollection
Dim label As String
Dim calc As Calculation
Dim value As Series
 
value = instance.Calculate(label, calc)
public Series Calculate( 
   string label,
   Calculation calc
)

Parameters

label
Name of the returned series.
calc
The calculation to perform on this 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