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