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

 

GetYAxisRightValueOrigin

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

GetYAxisRightValueOrigin

 

 

Gets the value of the right Y axis origin.

 

 

 

Prototype :

 

string GetYAxisRightValueOrigin

(

       No Arguments

)

 

 

 

Reference :

 

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

 

 

 

Example :

 

_TraceLn(This.GetYAxisRightValueOrigin());

 

 

 

See also :

 

SetYAxisRightValueOrigin

 

 

 

Available Events :

 

All Events