8.6.1.7 Adding Graph Page Title/ Layer Title

From Origin 2023, Mini toolbar button supports to add Graph page title (for multi-layer graph) or Layer title. And there is a easy way to custom the width of the title.

Graph Page Title

In the multi-panel graph, click the Add Page Title Popup Add Page Title.png button in the Graph Page Mini Toolbar to add the title.

Add Page Title.png
Change Page Title Width.png
_PTITLE.box=80 
//Run this script. It can set page title box size to 80% of page width. 

_PTITLE.box=1 
//Run this script. The page title box can drag the handles around box to resize it.  

_PTITLE.box=0 
//Run this script. It will return to old text object behavior.  The size of text box will be decided by wrap result.


Layer Title

To add layer title, click Add Layer Title Popup Add Layer Title.png button in the Layer Mini Toolbar.

Add Layer Title.png
Change Layer Title Width.png
_TITLE.box=60 
//Run this script. It can set layer title box size to 60% of layer width. 

_TITLE.box=1 
//Run this script. The layer title box can drag the handles around box to resize it.    

_TITLE.box=0 
//Run this script. It will return to old text object behavior. The size of text box will be decided by wrap result. 
<lt>