Object Reference > Chart2DData Object > Chart2DData Object Methods > CopyXVectorIn Method (Chart2DData) |
CopyXVectorIn Method (Chart2DData)
Copies the X values for a specific series of data from a zero-based or one-based array into the chart.
Function CopyXVectorIn(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, integers, or dates. |
See Also