dotnetCHARTING Send comments on this topic.
Subtraction Operator
See Also 
dotnetCHARTING Namespace > Series Class : Subtraction Operator


Subtracts the element values of series on the right from the series on the left.

Overload List

OverloadDescription
Subtraction(Double,Series) Subtracts all element values from the left hand side number.  
Subtraction(Series,Double) Subtracts the number on the right hand side from the element values of the series on the left.  
Subtraction(Series,Series) Subtracts the element values of series on the right from the series on the left.  

Remarks

All element values such as YValue, XValue etc. are subtracted based on element names. This means that only elements with the same name will be computed.

See Also