| 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()).
| dblY | Y value. |
| dblX | X value. |
| dblZ | Z value. |
| nSeries | Series index. |
| dwUserData | User-defined data associated with a data point. |
| pFormatDataPoint | Data point formatting options. |