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

 

GetXAxisValueMin

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

GetXAxisValueMin

 

 

Gets the min value of X axis.

 

 

 

Prototype :

 

string GetXAxisValueMin

(

       No Arguments

)

 

 

 

Reference :

 

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

 

 

 

Example :

 

_TraceLn(This.GetXAxisValueMin());

 

 

 

See also :

 

SetXAxisValueMin

 

 

 

Available Events :

 

All Events