4D Chart v13

CT SET TITLE ATTRIBUTES

Home

 
4D Chart v13
CT SET TITLE ATTRIBUTES

CT SET TITLE ATTRIBUTES 


 

CT SET TITLE ATTRIBUTES ( area ; object ; axis ; position ; orientation ; title ) 
Parameter Type   Description
area  Longint in 4D Chart area
object  Longint in Object ID
axis  Integer in Axis for which to set attributes 0 = Category 1 = Series 2 = Values
position  Integer in Position of title -1 = No change 0 = None 1 = Top 2 = Left 3 = Bottom 4 = Right
orientation  Integer in Orientation of title -1 = No change 0 = Normal 1 = Vertical 2 = Rotated right 3 = Rotated left
title  String in Text of title

The CT SET TITLE ATTRIBUTES command sets 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 set the text attributes of a title, use the CT SET CHART TEXT ATTRIBUTES command.

Example  

This example sets the Values axis title’s text, position, and orientation.

 CT SET TITLE ATTRIBUTES(Area;$ChartID;2;2;3;"Total Rainfall (in inches)")

 
PROPERTIES 

Product: 4D Chart
Theme: CT Chart
Number: 14544

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D Chart 1

 
SEE ALSO 

CT GET TITLE ATTRIBUTES
CT SET CHART TEXT ATTRIBUTES