BCGControlBar Pro for MFC
virtual int CBCGPChartLongSeries::AddDataPoint ( const CString &  strCategoryName,
double  dblY,
BCGPChartFormatSeries pDataPointFormat = NULL,
DWORD_PTR  dwUserData = 0 
)
virtual

Adds a new data point to a long data series.

Call this method to add a new data point.

Parameters
strCategoryNameIgnored.
dblYY value.
pDataPointFormatIgnored.
dwUserDataIgnored.

Reimplemented from CBCGPChartSeries.

Reimplemented in CBCGPChartHistoricalLineSeries.