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



Adds the values of two elements.

Overload List

OverloadDescription
Add(Element,Element) Adds the values of two elements.  
Add(Element,Double) Adds a value to all values of an element.  
Add(Double,Element) Adds a value to all values of an element.  

Remarks

All properties of lsh are copied to the resulting element, then rhs properties are trickled to the resulting element.

See Also