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