BCGControlBar Pro for MFC
virtual int CBCGPChartHistoricalLineSeries::AddDataPoint ( double  dblY,
BCGPChartFormatSeries pDataPointFormat = NULL,
DWORD_PTR  dwUserData = 0 
)
virtual

Adds data point to a series.

Call this method to add a new data point to a series. It overrides AddDataPoint from the base class and inserts the specified data point value into internal array to speed up the execution.

Parameters
dblYSpecifies Y value.
pDataPointFormatA pointer to a data point format. Ignored in the derived class.
dwUserDataUser-defined data. Ignored in the derived class.

Reimplemented from CBCGPChartLongSeries.