BCGControlBar Pro for MFC
virtual void CBCGPChartAdvancedFormula::CopyFrom ( const CBCGPChartBaseFormula src)
virtual

Copies the formula data from the source formula.

When a formula is attached to an output series it's always copied to a new internally allocated instance. You should override this method in a derived class if your custom implementation relays on any additional data to be copied.

Parameters
srcA reference to a source formula to copy from.

Reimplemented from CBCGPChartBaseFormula.