| Object Reference > Chart3DData Object > Chart3DData Methods > CopyZArrayOut Method (Chart3DData) |
CopyZArrayOut Method (Chart3DData)
Copies the Z values for a specific series of data from the chart into an array. This method cannot be used with Point data.
Function CopyZArrayOut(vArray) As Boolean
|
Part |
Type |
Description |
|
Array |
Variant |
Name of the array where the data is to be copied. The array must be a two-dimensional array of doubles. |
See Also