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

 

GetXAxisTickNum

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

GetXAxisTickNum

 

 

Gets the number of X axis ticks.

 

 

 

Prototype :

 

integer GetXAxisTickNum

(

       No Arguments

)

 

 

 

Reference :

 

If the number of X the axis ticks was set by SetXAxisTickNum() function, that value will be returned, otherwise the value set by the chart wizard will be returned.

 

 

 

Example :

 

_TraceLn(This.GetXAxisTickNum());

 

 

 

See also :

 

SetXAxisTickNum

 

 

 

Available Events :

 

All Events