XYData Property

Measurement Studio User Interface

XYData Property

Syntax

CWPlot.XYData

Data Type

Variant

Purpose

Displays data from an external source in a plot on a graph as it would if you called the PlotXY method.

Remarks

Use this property only with a CWBinding object to link to and display an external data source. If you want to plot data from your application, use the PlotXY method.

Set the DefaultPlotPerRow property value to specify how you want the array of data plotted.

See Also

CWBinding

DefaultPlotPerRow

PlotXY