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



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

Overload List

OverloadDescription
Divide(Series,Series) Divides the element values of the series on the left by the element values of the series on the right.  
Divide(Double,Series) Divides the value on the left by the series on the right.  
Divide(Series,Double) Divides the series on the left by the value 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