BCGControlBar Pro for MFC
virtual void CBCGPChartLongSeries::MoveDataPoints ( int  nFromIdx,
int  nToIdx,
int  nCount = 1 
)
virtual

Moves data points inside a series.

Use this method to move data points inside a long data series.

Parameters
nFromIdxSpecifies the starting index to move data points from.
nToIdxSpecifies the destination index.
nCountSpecifies the number of data points to move.

Reimplemented from CBCGPChartSeries.