Click or drag to resize

PlotDatapoint Structure

Defines a plot datapoint.
Inheritance Hierarchy
SystemObject
  SystemValueType
    RelaxIS_SDK.ProgramInterface.PlottingPlotDatapoint

Namespace: RelaxIS_SDK.ProgramInterface.Plotting
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.24.6
Syntax
public struct PlotDatapoint

The PlotDatapoint type exposes the following members.

Constructors
 NameDescription
Public methodPlotDatapoint Initializes a new instance of the PlotDatapoint structure.
Top
Fields
 NameDescription
Public fieldX The X value.
Public fieldY The Y value.
Top
See Also