<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetYAxisRightValueMin |
Sets the min value of the right Y axis.
Prototype :
void SetYAxisRightValueMin
(
string YAxisRightValueMin
)
Arguments :
YAxisRightValueMin |
the min value of the right Y axis |
Reference :
If set to "", the min value will be set automatically according to data values.
Set SetYAxisRightValueAutoMin to false before setting your own min value.
Example :
This.SetYAxisRightValueAutoMin(false);
This.SetYAxisRightValueMin("20");
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind