|
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.
dblY | Specifies Y value. |
dblX | X value. Ignored in the derived class. |
pDataPointFormat | A pointer to a data point format. Ignored in the derived class. |
dwUserData | User-defined data. Ignored in the derived class. |
Reimplemented from CBCGPChartSeries.