version 6.0.2
CT SET VALUE ATTRIBUTES (area; object; position; display; orientation; format)
Parameter | Type | Description | |
area | Longint | 4D Chart area | |
object | Longint | Object ID | |
position | Integer | Position of values | |
-1 = No change | |||
0 = None | |||
1 = Exterior top | |||
2 = Exterior bottom | |||
3 = Interior top | |||
4 = Interior middle | |||
5 = Interior bottom | |||
6 = On the axis | |||
8 = On the left | |||
9 = On the right | |||
10 = Under | |||
display | Integer | Type of information to display | |
1 = Values | |||
2 = Percentage | |||
3 = Category | |||
4 = Value and percentage | |||
5 = Category and percentage | |||
orientation | Integer | Orientation of values | |
-1 = No change | |||
0 = Standard | |||
1 = Vertical | |||
2 = On the right | |||
3 = On the left | |||
format | Alpha | Format for values |
Description
The CT SET VALUE ATTRIBUTES command modifies the attributes of the graph's values specified by area and object.
position is an integer that specifies the position of the values.
display is an integer that specifies the type of information to display as values.
orientation is an integer that specifies the orientation of values.
See Also