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