YData Property

Measurement Studio User Interface

YData Property

Syntax

CWPlot.YData

Data Type

Variant

Purpose

Displays data from an external source in a plot on a graph as it would if you called the PlotY 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 PlotY method.

Set the DefaultxFirst and DefaultxInc property values to specify the X value for the first point in each plot and the amount to increment X in each plot.

See Also

CWBinding

DefaultxFirst

DefaultxInc

PlotY