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


Divides the element values of the series on the left by the element values of the series on the right.

Overload List

OverloadDescription
Division(Double,Series) Divides the value on the left by the series on the right.  
Division(Series,Double) Divides the series on the left by the value on the right.  
Division(Series,Series) Divides the element values of the series on the left by the element values of the series on the right.  

Remarks

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

See Also