Click or drag to resize

GraphAddPoint Method (Double, Double)

Adds a single point to each of the graph's data series.

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 void AddPoint(
	double[] xValues,
	double[] yValues
)

Parameters

xValues
Type: SystemDouble
X values (one for each series) of the data point
yValues
Type: SystemDouble
Y values (one for each series) of the data point
See Also