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