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