BCGSuite for MFC
BOOL CBCGPChartSeries::IsVirtualMode ( ) const

Tells whether a series works in virtual mode.

This method returns TRUE if a series works in virtual mode. In this mode the framework calls a custom callback method which should calculate screen coordinates of each point of non-discrete curve using a custom formula.

You should set the callback when you enable virtual mode with SetVirtualMode().