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

 

SetYAxisSubPeriod

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetYAxisSubPeriod

 

 

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

 

 

 

Prototype :

 

void SetYAxisSubPeriod

(

        integer YAxisSubPeriod

)

 

 

 

Arguments :

 

YAxisSubPeriod

display interval

 

 

 

Reference :

 

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

 

 

 

Example :

 

This.SetYAxisSubPeriod(2);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind