<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetXAxisValueMinCheck |
Sets the decimal digit of the X axis min value to round off.
Prototype :
void SetXAxisValueMinCheck
(
integer XAxisValueMinCheck
)
Arguments :
XAxisValueMinCheck |
digit to round off |
Reference :
Set SetXAxisValueAutoMin to false before setting the digit to round off.
Example :
This.SetXAxisValueAutoMin(false);
This.SetXAxisValueMinCheck(2);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind