Skip to main content

CurveData

Multi-purpose data points for defining a curve. The use of this generic class is discouraged if a more specific class can be used to specify the X and Y axis values along with their specific data types.

Attributes

LabelTypeMultiplicityComment
CurveCurve1The curve of this curve data point.
xvalueFloat1..1The data value of the X-axis variable, depending on the X-axis units.
y1valueFloat1..1The data value of the first Y-axis variable, depending on the Y-axis units.
y2valueFloat0..1The data value of the second Y-axis variable (if present), depending on the Y-axis units.