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

 

SetYAxisRightValueAutoMax

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetYAxisRightValueAutoMax

 

 

Specify whether to set the max value of right Y axis automatically.

 

 

 

Prototype :

 

void SetYAxisRightValueAutoMax

(

        bool YAxisRightValueAutoMax

)

 

 

 

Arguments :

 

YAxisRightValueAutoMax

true for automatic setting the max value of the left Y axis

 

 

 

Example :

 

This.SetYAxisRightValueAutoMax(true);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind