version 1
CT GET CHART OPTIONS (area; object; options)
Parameter | Type | Description | |
area | Longint | 4D Chart area | |
object | Longint | Object ID | |
options | Integer array | Array containing variables | |
to receive option codes |
Description
The CT GET CHART OPTIONS command returns the options for the selected graph. These options are equivalent to the options that the user can set in the Options dialog box for each chart type.
The codes for each graph type are listed in the section Parameter Codes.
Example
This example returns the options of the chart specified by $ChartID in aOptions.
ARRAY INTEGER (aOptions;0) CT GET CHART OPTIONS (Area;$ChartID;aOptions)
See Also