Click or drag to resize

PlotDatapoint Constructor

Initializes a new instance of the PlotDatapoint structure.

Namespace: RelaxIS_SDK.ProgramInterface.Plotting
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntax
public PlotDatapoint(
	double x,
	double y
)

Parameters

x  Double
The X value.
y  Double
The Y value.
See Also