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