BCGControlBar Pro for MFC
int CBCGPChartVisualObject::AddChartData ( CArray< double, double > &  arData,
int  nSeries = 0,
DWORD_PTR  dwUserData = 0,
BCGPChartFormatSeries pFormatDataPoint = NULL 
)

Adds data to a series.

This is a helper that simplifies adding data to a series specified by nSeries index.

If a series with nSeries index has not been created, this method creates a new series according to the current chart type (see SetChartType()).

Parameters
arDataArray of data values.
nSeriesA zero-based series index.
dwUserDataUser-defined data to be associated with a new data point.
pFormatDataPointData point formatting options.