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