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


Multiplies two Series objects together.

Overload List

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

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