The UserXYData object can have the following members:
Prototype
odb_String name() const;
odb_String sourceDescription() const;
odb_String contentDescription() const;
odb_String positionDescription() const;
odb_String xAxisLabel() const;
odb_String yAxisLabel() const;
odb_String legendLabel() const;
odb_String description() const;
odb_SequenceSequenceDouble data() const;
- name
-
An odb_String specifying the repository key.
- sourceDescription
-
An odb_String specifying the source of the X–Y
data (e.g., “Entered from keyboard”, “Taken from ASCII file”, “Read from an
ODB”, etc.). The default value is an empty string.
- contentDescription
-
An odb_String specifying the content of the X–Y
data (e.g., “field 1 vs. field 2”). The default value is an empty string.
- positionDescription
-
An odb_String specifying additional information about the
X–Y data (e.g., “for whole model”). The default
value is an empty string.
- xAxisLabel
-
An odb_String specifying the label for the X-values. This value may be
overridden if the X–Y data are combined with other
X–Y data. The default value is an empty string.
- yAxisLabel
-
An odb_String specifying the label for the Y-values. This value may be
overridden if the X–Y data are combined with other
X–Y data. The default value is an empty string.
- legendLabel
-
An odb_String specifying the label to be used in the legend. The default
value is the name of the XYData object.
- description
-
An odb_String specifying the complete description of the XYData object.
- data
-
An odb_SequenceSequenceDouble specifying the X–Y
data pairs.