Click or drag to resize

PlotData Constructor (Plot, Double, Double)

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#
public PlotData(
	Plot plot,
	double[] xValues,
	double[] yValues
)

Parameters

plot
Type: ABB.Robotics.Tps.Windows.FormsPlot
Plot
xValues
Type: SystemDouble
X values
yValues
Type: SystemDouble
Y values
See Also