Overload | Description |
---|---|
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. |
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.