Summary
This table contains properties for graph descriptors.
|
Field name |
SQL type |
Description |
|---|---|---|
|
DESCINDEX |
INTEGER |
Unique number of the descriptor. |
|
TYPE |
INTEGER |
Type of the graph: 1 Time on x-axis |
|
SOURCE |
INTEGER |
Source data: 1 Log values |
|
SCROLLBAR |
INTEGER |
1 if a scroll bar should be included, 0 if not. |
|
TOOLBAR |
INTEGER |
1 if a tool bar should be included, 0 if not. |
|
STATUSBAR |
INTEGER |
1 if a status bar should be included, 0 if not. |
|
ZOOM |
INTEGER |
1 if zoom is allowed, 0 if not. |
|
TOOLTIPS |
INTEGER |
1 if tool tips are enabled, 0 if not. |
|
SMOOTH |
INTEGER |
1 if the graph should be smoothed, 0 if not. |
|
AUTOSTART |
INTEGER |
1 if the graph should start automatically, 0 if not. |
|
LEGENDANCHOR |
INTEGER |
Position of the legend: 1 East Corners are represented by a sum of two values. Example: North east = 16+1 = 17 |
|
DATAPERIOD |
INTEGER |
Total graph period in hours. |
|
WINDOWPERIOD |
INTEGER |
Window period in minutes. |
|
XGRID |
INTEGER |
Show vertical grid lines |
|
XAUTODIV |
INTEGER |
1 if automatic divisions are used on the x axes, 0 if not. |
|
XDIVS |
INTEGER |
Specified number of division on the x axis, if XAUTODIV is 0, NULL if XAUTODIV is 1. |
|
XCOLOR |
INTEGER |
Color of the vertical grid. |
|
YGRID |
INTEGER |
Show horizontal grid lines |
|
YAUTODIV |
INTEGER |
1 if automatic divisions are used on the y axes, 0 if not. |
|
YDIVS |
INTEGER |
Specified number of division on the y axis, if YAUTODIV is 0, NULL if YAUTODIV is 1. |
|
YCOLOR |
INTEGER |
Color of the horizontal grid. |
|
XLIMITTYPE |
INTEGER |
How to choose the limits on the x axis: 1 Automatic limits |
|
XMIN |
DOUBLE |
Minimum x value if XLIMITTYPE is 3, NULL otherwise. |
|
XMAX |
DOUBLE |
Maximum x value if XLIMITTYPE is 3, NULL otherwise. |
|
YLIMITTYPE |
INTEGER |
How to choose the limits on the y axis: 1 Automatic limits |
|
YMIN |
DOUBLE |
Minimum y value if YLIMITTYPE is 3, NULL otherwise. |
|
YMAX |
DOUBLE |
Maximum y value if YLIMITTYPE is 3, NULL otherwise. |
|
AXESFONTINDEX |
INTEGER |
Index of the font used for axes. |
|
TITLE |
CHAR (256) |
Graph title. |
|
TITLEFONTINDEX |
INTEGER |
Index of the font used for the title. |
|
LEGENDFONTINDEX |
INTEGER |
Index of the font used for the legend. |
|
XFORMAT |
CHAR (256) |
Annotation string used for formating values on the x axis. |
|
YFORMAT |
CHAR (256) |
Annotation string used for formating values on the y axis. |
|
TEXTCOLOR |
INTEGER |
Color used for the title. |
|
WINCOLOR |
INTEGER |
Color used for the window behind the graph area. |
|
AXESCOLOR |
INTEGER |
Color used for the axes. |
|
BGCOLOR |
INTEGER |
Color used for the background of the graph area. |
|
DATACOLOR |
INTEGER |
Color used for the graph area it self. |
|
MARKERCOLOR |
INTEGER |
Color of the marker. |
See Also