XYDataAppend Property

Measurement Studio User Interface

XYDataAppend Property

Syntax

CWPlot.XYDataAppend

Data Type

Variant

Purpose

Displays data from an external source in a chart as it would if you called the ChartXY method.

Remarks

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

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

See Also

CWBinding

ChartXY

DefaultPlotPerRow