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

 

SetXAxisSubPeriod

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetXAxisSubPeriod

 

 

Sets the display interval of the X axis minor grid line.

 

 

 

Prototype :

 

void SetXAxisSubPeriod

(

        integer XAxisSubPeriod

)

 

 

 

Arguments :

 

XAxisSubPeriod

display interval

 

 

 

Reference :

 

If set to the value less than 1, the value will be reset to 1 automatically.

 

 

 

Example :

 

This.SetXAxisSubPeriod(2);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind