TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >

 

SetYAxisLeftValueMinCheck

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >

 

SetYAxisLeftValueMinCheck

 

 

Sets the decimal digit of the left Y axis min value to round off.

 

 

 

Prototype :

 

void SetYAxisLeftValueMinCheck

(

        integer YAxisLeftValueMinCheck

)

 

 

 

Arguments :

 

YAxisLeftValueMinCheck

digit to round off

 

 

 

Reference :

 

Set SetYAxisLeftValueAutoMin to false before setting the digit to round up.

 

 

 

Example :

 

This.SetYAxisLeftValueAutoMin(false);

This.SetYAxisLeftValueMinCheck(2);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind