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

 

SetYAxisRightValueMax

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetYAxisRightValueMax

 

 

Sets the max value of right Y axis.

 

 

 

Prototype :

 

void SetYAxisRightValueMax

(

        string YAxisRightValueMax

)

 

 

 

Arguments :

 

YAxisRightValueMax

오른쪽 Y 최댓값

 

 

 

Reference :

 

If set to "", the max value will be set automatically according to data values.

 

Set SetYAxisRightValueAutoMax to false before setting your own max value.

 

 

 

Example :

 

This.SetYAxisRightValueAutoMax(false);

This.SetYAxisRightValueMax("100");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind