BCGControlBar Pro for MFC
int CBCGPChartVisualObject::AddChartDataYXZ ( double  dblY,
double  dblX,
double  dblZ,
int  nSeries = 0,
DWORD_PTR  dwUserData = 0,
BCGPChartFormatSeries pFormatDataPoint = NULL 
)

Adds new data point with Y, X and Z values - should be used for 3D charts.

Call this method to add a new data point with X, Y and Z values to a 3D chart.

If a series with nSeries index has not been created, this method creates a new series according to the current chart type (see SetChartType()).

Parameters
dblYY value.
dblXX value.
dblZZ value.
nSeriesSeries index.
dwUserDataUser-defined data associated with a data point.
pFormatDataPointData point formatting options.