void CBCGPChartTrendFormula::SetInputSeries | ( | CBCGPChartSeries * | pSeries | ) |
Sets input series.
Call this method to set an input series. If pSeries is NULL, the formula is disconnected from the series an you can add custom coefficients to display a curve according to the current formula type.
pSeries | A pointer to an input series to approximate. |