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