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

 

GetYAxisLeftTickNum

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

GetYAxisLeftTickNum

 

 

Gets the number of the left Y axis ticks.

 

 

 

Prototype :

 

integer GetYAxisLeftTickNum

(

       No Arguments

)

 

 

 

Reference :

 

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

 

 

 

Example :

 

_TraceLn(This.GetYAxisLeftTickNum());

 

 

 

See also :

 

SetYAxisLeftTickNum

 

 

 

Available Events :

 

All Events