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