<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetYAxisRightValueBaseLine |
Sets the value of right Y axis base line.
Prototype :
void SetYAxisRightValueBaseLine
(
string YAxisRightValueBaseLine
)
Arguments :
YAxisRightValueBaseLine |
the value of left Y axis base line |
Reference :
The value can be MIN, MAX or user value.
Example :
//min value
This.SetYAxisRightValueBaseLine("MIN");
//max value
This.SetYAxisRightValueBaseLine("MAX");
//user value
This.SetYAxisRightValueBaseLine("100");
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind