<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >GetYAxisLeftValueMax |
Gets the max value of the left Y axis.
Prototype :
string GetYAxisLeftValueMax
(
No Arguments
)
Reference :
If the max value was set by SetYAxisLeftValueMax() function, that value will be returned, otherwise the value set by the chart wizard will be returned.
Example :
_TraceLn(This.GetYAxisLeftValueMax());
See also :
Available Events :
All Events