4D Chart v13

CT SET DISPLAY

Home

 
4D Chart v13
CT SET DISPLAY

CT SET DISPLAY 


 

CT SET DISPLAY ( area ; item ; displayCode ) 
Parameter Type   Description
area  Longint in 4D Chart area
item  Integer in Item to display or hide (see codes)
displayCode  Integer in Display the item? 0 = Hide 1 = Show 2 = Toggle

The CT SET DISPLAY command sets whether the specified item is displayed or hidden in the 4D Chart window.

The menu bar, Chart Tool palette, Object Tool palette, scroll bars, and rulers can be hidden or displayed using the CT SET DISPLAY command.

The codes for the item parameter are:

CodeItem
1Menu Bar
2Chart Tools
3Object Tools
6Scroll Bars
9Rulers

Example  

This example hides the 4D Chart menu bar, Chart Tool palette, Object Tool palette, and rulers.

 CT SET DISPLAY(Area;1;0)
 CT SET DISPLAY(Area;2;0)
 CT SET DISPLAY(Area;3;0)
 CT SET DISPLAY(Area;9;0)

 
PROPERTIES 

Product: 4D Chart
Theme: CT Area Control
Number: 14523

 
INDEX

Alphabetical list of commands

 
HISTORY 

Created: 4D Chart 1

 
SEE ALSO 

CT Get display