Summary
This table contains properties for elements selected on graph descriptors.
|
Field name |
SQL type |
Description |
|---|---|---|
|
DESCINDEX |
INTEGER |
Unique number of the descriptor. |
|
IDX |
INTEGER |
Index of this object in the list of objects for the graph descriptor (0-based). |
|
OAN |
INTEGER |
Object auto number of this object. |
|
AREA |
CHAR (31) |
Area name of this object. |
|
ENAME |
CHAR (31) |
Name of this object. |
|
ATOM |
INTEGER |
Atom selected if data is log values, NULL otherwise. |
|
TABLEINDEX |
INTEGER |
Index of table entry if the object is a table, NULL otherwise. |
|
REDUCTION |
INTEGER |
Reduction method selcted, if data is BCL values, NULL otherwise. |
|
LEGENDTYPE |
INTEGER |
Type of legend entry: 0 Do not include this object in the legend |
|
LEGENDTEXT |
CHAR (256) |
Text to show in the legend for this object, if LEGENDTYPE is 3, NULL otherwise. |
|
FACTOR |
DOUBLE |
Factor to multiply this object’s values with. |
|
OFFSET |
DOUBLE |
Offset to add to this object’s values. |
|
LINEPATTERN |
INTEGER |
Pattern used for the line: 1 None |
|
FILLPATTERN |
INTEGER |
Pattern used to fill beneath the line: 1 None |
|
WIDTH |
INTEGER |
Width of the line. |
|
POINT |
INTEGER |
Type of point shown: 1 None |
|
POINTSIZE |
INTEGER |
Size of the point. |
|
LINECOLOR |
INTEGER |
Color of the line. |
|
POINTCOLOR |
INTEGER |
Color of the point. |
See Also