Plot3DCurve Method
Syntax
CWGraph3D.Plot3DCurve xVector, yVector, zVector [, wVector]
Purpose
Plots three (or four) 1D arrays of data as a parametric curve.
Remarks
Plot3DCurve uses the first available plot from the CWGraph3D.Plots collection that is marked as a multiplot. If there is not a plot available, it adds a new plot with MultiPlot set to True.
Parameters
xVector As Variant
1D array of X data.
yVector As Variant
1D array of Y data.
zVector As Variant
1D array of Z data.
wVector As Variant
[Optional] 1D array of magnitude data.