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

 

SetYAxisPeriod

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetYAxisPeriod

 

 

Sets the display interval of the Y axis label.

 

 

 

Prototype :

 

void SetYAxisPeriod

(

        integer YAxisPeriod

)

 

 

 

Arguments :

 

YAxisPeriod

interval

 

 

 

Reference :

 

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

 

 

 

Example :

 

This.SetYAxisPeriod(2);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind