BCGSuite for MFC
void CBCGPChartDiagram3D::SetScrollOffset ( const CBCGPPoint ptOffset)
inline

Sets scroll offset of rendered scene.

Call this method to reposition a 3D scene. The ptOffset value represents the scene offset in pixels from the diagram center.

This method is called by the chart when you drag the diagram to scroll it. The default value is (0, 0).

Parameters
ptOffsetSpecifies the new offset, in pixels.