void CBCGPChartTransitionFormula::RemoveInputSeries | ( | CBCGPChartSeries * | pSeries | ) |
Removes the specified series from a formula.
Call this method to remove a series from a formula. If you do that at runtime (e.g. when a formula has been set to a series and you call this method using CBCGPChartSeries::GetFormula), you need to regenerate results using GeneratePoints().
pSeries | A pointer to an input series to remove. |