dotnetCHARTING Send comments on this topic.
Add Method
See Also 
dotnetCHARTING Namespace > Series Class : Add Method



Adds two Series objects together.

Overload List

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

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