.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > SeriesCollection Class > Add Method : Add(Calculation,String) Method
Calculation to perform
Name of the series to derrive a series from.
Add(Calculation,String) Method
Adds a series calculated from a specified series.
Syntax
'Declaration
 
Public Overloads Function Add( _
   ByVal calc As Calculation, _
   ByVal fromSeries As String _
) As Integer
'Usage
 
Dim instance As SeriesCollection
Dim calc As Calculation
Dim fromSeries As String
Dim value As Integer
 
value = instance.Add(calc, fromSeries)

Parameters

calc
Calculation to perform
fromSeries
Name of the series to derrive a series from.
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