Object Reference > Chart2DData Object > Chart2DData Object Methods > CopyYVectorOut Method (Chart2DData) |
CopyYVectorOut Method (Chart2DData)
Copies the Y values for a specific series of data from the chart into a zero-based or one-based array.
Function CopyYVectorOut(Series As Long, vArray) As Boolean
Part |
Type |
Description |
Series |
Long |
Series data is copied to |
Array |
Variant |
Array where the data is stored. The array must be a one-dimensional array of singles, doubles, longs, or integers. |
See Also