CT GET TITLE ATTRIBUTES

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

version 1


CT GET TITLE ATTRIBUTES (area; object; axis; position; orientation; title)

ParameterTypeDescription
areaLongint4D Chart area
objectLongintObject ID
axisIntegerAxis for which to get attributes
0 = Category
1 = Series
2 = Values
positionIntegerReceives position of title
0 = None
1 = Top
2 = Left
3 = Bottom
4 = Right
orientationIntegerReceives orientation of title
0 = Normal
1 = Vertical
2 = Rotated right
3 = Rotated left
titleStringReceives text of title

Description

The CT GET TITLE ATTRIBUTES command returns the position, orientation, and text of the axis title specified by area, object, and axis.

position is the position of the title relative to the graph.

orientation is the orientation of the title.

title is the text of the title. The maximum length of the title is 255 characters.

Note: To get the text attributes of a title, use the CT GET CHART TEXT ATTRIBUTES command.

Example

This example returns Category axis title attributes in the $Position, $Orient, and $Title variables.

   CT GET TITLE ATTRIBUTES (Area;$ChartID;0;$Position;$Orient;$Title)

See Also

CT GET CHART TEXT ATTRIBUTES, CT SET TITLE ATTRIBUTES.


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