BCGControlBar Pro for MFC
virtual void CBCGPChartSeries::AddDataPoints ( const CBCGPDoubleArray &  arYValues,
CBCGPDoubleArray *  pXValues = NULL,
CBCGPDoubleArray *  pY1Values = NULL,
BOOL  bRecalcMinMaxValues = TRUE 
)
virtual

Adds batch of data points.

Call this method to add batch of data points at once.

Parameters
arYValuesArray of Y values.
pXValuesA pointer to array of X values. If NULL, X component will be treated as empty.
pY1ValuesA pointer to array of Y1 values for range charts. Can be NULL.
bRecalcMinMaxValuesTRUE - recalculates minimum and maximum Y values for the series.