BCGControlBar Pro for MFC
virtual void CBCGPChartLongSeries::RemoveDataPoints ( int  nStartIdx,
int  nCount = 1,
BOOL  bFreeExtra = TRUE 
)
virtual

Removes data points from a series.

Use this method to remove data points from a long data series.

Parameters
nStartIdxSpecifies the starting index to remove data points from.
nCountSpecifies the number of data points to remove.
bFreeExtraTRUE - free extra data after removing data points.

Reimplemented from CBCGPChartSeries.