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

 

GetYAxisLeftValueMin

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

GetYAxisLeftValueMin

 

 

Gets the min value of the left Y axis.

 

 

 

Prototype :

 

string GetYAxisLeftValueMin

(

       No Arguments

)

 

 

 

Reference :

 

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

 

 

 

 

Example :

 

_TraceLn(This.GetYAxisLeftValueMin());

 

 

 

See also :

 

SetYAxisLeftValueMin

 

 

 

Available Events :

 

All Events