TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartTitle > Method >

 

SetPageSeparator

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartTitle > Method >

 

SetPageSeparator

 

 

Sets the page separator for a system label.

 

 

 

Prototype :

 

void SetPageSeparator

(

        string PageSeparator

)

 

 

 

Arguments :

 

PageSeparator

page separator

 

 

 

Reference :

 

Label must have 'system' data type.

 

 

 

Example :

 

This.SetPageSeparator("-");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind