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

 

GetXAxisValueMax

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

GetXAxisValueMax

 

 

Gets the max value of X axis.

 

 

 

Prototype :

 

string GetXAxisValueMax

(

       No Arguments

)

 

 

 

Reference :

 

If the max value was set by SetXAxisValueMax() function, that value will be returned, otherwise the value set by the chart wizard will be returned.

 

 

 

Example :

 

_TraceLn(This.GetXAxisValueMax());

 

 

 

See also :

 

SetXAxisValueMax

 

 

 

Available Events :

 

All Events