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