TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >

 

SetXAxisPeriod

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >

 

SetXAxisPeriod

 

 

Sets the display interval of the X axis label.

 

 

 

Prototype :

 

void SetXAxisPeriod

(

        integer XAxisPeriod

)

 

 

 

Arguments :

 

XAxisPeriod

interval

 

 

 

Reference :

 

Set to 1 for all labels and 2 for every other label.

 

 

 

Example :

 

This.SetXAxisPeriod(2);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind