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



Multiplies two Series objects together.

Overload List

OverloadDescription
Multiply(Series,Series) Multiplies two Series objects together.  
Multiply(Double,Series) Multiplies a series by a value.  
Multiply(Series,Double) Multiplies a series by a value.  

Remarks

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

See Also