DSC_GRAPHELEM table

 images\btn_mini.gif  Notation

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
1 Display the object name in the legend
2 Display the object description
3 User defined legend text

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
2 Solid
3 Long dash
4 Dotted
5 Short dash
6 Alternating long and short dash
7 Alternating dash and dot

FILLPATTERN

INTEGER

Pattern used to fill beneath the line:

1 None
2 Solid
3 25% saturated
4 50% saturated
5 75% saturated
6 Horizontal stripes
7 Vertical stripes
8 45° stripes
9 135° stripes

WIDTH

INTEGER

Width of the line.

POINT

INTEGER

Type of point shown:

1 None
2 Dot
3 Box
4 Triangle
5 Diamond
6 Star
7 Vertical line
8 Horizontal line
9 Cross
10 Circle
11 Square
12 Inverted triangle
13 Diagonal cross
14 Open triangle
15 Open diamond
16 Open inverted triangle

POINTSIZE

INTEGER

Size of the point.

LINECOLOR

INTEGER

Color of the line.

POINTCOLOR

INTEGER

Color of the point.


 
See Also