CT GET CHART OPTIONS

4D - Documentation   Français   English   German   4D Chart, Command Theme List   4D Chart, Command Alphabetical List   Back   Previous   Next

version 1


CT GET CHART OPTIONS (area; object; options)

ParameterTypeDescription
areaLongint4D Chart area
objectLongintObject ID
optionsInteger arrayArray 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

CT SET CHART OPTIONS.


4D - Documentation   Français   English   German   4D Chart, Command Theme List   4D Chart, Command Alphabetical List   Back   Previous   Next