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