YData Property
Syntax
CWGraph.YData
Data Type
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 DefaultPlotPerRow, DefaultxFirst, and DefaultxInc property values to specify how you want the array of data plotted, the X value for the first point in each plot, and the amount to increment X in each plot.