PlotXvsY Method

Measurement Studio User Interface

PlotXvsY Method

Syntax

CWPlot.PlotXvsY xData, yData

Purpose

Plots an array of Y data against an array of X data.

Remarks

Use the Plot and Chart methods on a CWPlot object if you want to modify a single plot without affecting the other plots. Use the Plot and Chart methods on the CWGraph object if you want to modify all existing plots.

Parameters

xData As Variant

One-dimensional array of X data.

yData As Variant

One-dimensional array of Y data.

See Also

CWGraph.PlotXvsY