Click or drag to resize

PlotData Constructor (Plot, Double, Double, Int32)

Note: This API is now obsolete.

Initializes a new instance of the PlotData class.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
[ObsoleteAttribute]
public PlotData(
	Plot plot,
	double[] xValues,
	double[] yValues,
	int noOfPoints
)

Parameters

plot
Type: ABB.Robotics.Tps.Windows.FormsPlot
Plot
xValues
Type: SystemDouble
X values
yValues
Type: SystemDouble
Y values
noOfPoints
Type: SystemInt32
Number of points
See Also