Rating Box Chart Subrecord Definition
These are the fields in PTRATINGBOX_SBR:
| Field | Description |
|---|---|
|
PTCHART_NODE |
Specifies the node name. This is the key to the record. |
|
PTND_DISPLAY_ORDER |
Specifies the display order of the nodes within the chart. By default nodes will display in the same order as in the rowset. You must provide a unique value for display order for each node in the rating box rowset so that the nodes will display in the correct order in the chart. A runtime error message is thrown when the display order is not unique for each node in the rating box rowset. |
|
PTNODE_DESCR1 |
Specifies the main description for the node. |
|
PTNODEDESCRSTYLE |
Specifies the style class that defines the description’s text font, type, color, size, and so on. |
|
PTNDDESC1LINKABLE |
Reserved for future use. |
|
PTDESCR1_ICON_IMG |
Specifies the image name for the main description. |
|
PTDESCR1_ICON_POS |
Indicates where to place the icon relative to the description. L – Left of the description R – Right of the description |
|
PTXAXISRATINGS |
Specifies the x-axis rating for the current node. |
|
PTYAXISRATINGS |
Specifies the y-axis rating for the current node. |
|
DISPLAYED_FLAG |
Indicates whether the node will display in the chart area. Y – The node will display in the chart area. N – The node will not display in the chart area. The default value is “Y”. |