dotnetCHARTING Send comments on this topic.
Subtract(Series,Double) Method
See Also 
dotnetCHARTING Namespace > Series Class > Subtract Method : Subtract(Series,Double) Method


lhs
Series subtracted from.
rhs
Number subtracted by.
Subtracts the number on the right hand side from the element values of the series on the left.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Subtract( _
   ByVal lhs As Series, _
   ByVal rhs As Double _
) As Series
Visual Basic (Usage)Copy Code
Dim lhs As Series
Dim rhs As Double
Dim value As Series
 
value = Series.Subtract(lhs, rhs)
C# 
public static Series Subtract( 
   Series lhs,
   double rhs
)

Parameters

lhs
Series subtracted from.
rhs
Number subtracted by.

See Also

© 2010 All Rights Reserved.