int CBCGPChartVisualObject::AddChartData | ( | double | dblY, |
BCGPChartFormatSeries * | pFormatDataPoint, | ||
int | nSeries = 0 , |
||
DWORD_PTR | dwUserData = 0 |
||
) |
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()).
dblY | Specifies Y value. |
pFormatDataPoint | Data point formatting options. |
nSeries | A zero-based series index. |
dwUserData | User-defined data to be associated with a new data point. |