PlotDatapoint Constructor |
Namespace: RelaxIS_SDK.ProgramInterface.PlottingAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntaxpublic PlotDatapoint(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
Dim x As Double
Dim y As Double
Dim instance As New PlotDatapoint(x, y)
Parameters
- x Double
- The X value.
- y Double
- The Y value.
See Also