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

 

SetXAxisTickNum

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetXAxisTickNum

 

 

Sets the number of X axis ticks.

 

 

 

Prototype :

 

void SetXAxisTickNum

(

        integer XAxisTickNum

)

 

 

 

Arguments :

 

XAxisTickNum

number of X axis ticks

 

 

 

Example :

 

This.SetXAxisTickNum(10);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind