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


Adds two Series objects together.

Overload List

OverloadDescription
Addition(Double,Series) Adds a value to all elements in the rhs series.  
Addition(Series,Double) Adds a value to all elements in the rhs series.  
Addition(Series,Series) Adds two Series objects together.  

Remarks

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

See Also