int CBCGPChartVisualObject::AddChartEmptyData | ( | int | nSeries = 0 , |
DWORD_PTR | dwUserData = 0 , |
||
BCGPChartFormatSeries * | pFormatDataPoint = NULL , |
||
BCGPChartFormatSeries * | pFormatSeries = NULL |
||
) |
Adds empty data point.
Call this method to add empty data point. It can be used if particular data is missing or unknown. A series treats missing data according to "treat null" settings defined by CBCGPChartSeries::SetTreatNulls.
nSeries | A zero-based series index. |
dwUserData | User-defined data associated with a data point. |
pFormatDataPoint | Not used. |
pFormatSeries | A pointer to series formatting options. |