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

 

SetYAxisLeftValueBaseLine

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetYAxisLeftValueBaseLine

 

 

Sets the value of left Y axis base line.

 

 

 

Prototype :

 

void SetYAxisLeftValueBaseLine

(

        string YAxisLeftValueBaseLine

)

 

 

 

Arguments :

 

YAxisLeftValueBaseLine

the value of left Y axis base line

 

 

 

Reference :

 

The value can be MIN, MAX or user value.

 

 

 

Example :

 

//min value

 This.SetYAxisLeftValueBaseLine("MIN");

 

//max value

 This.SetYAxisLeftValueBaseLine("MAX");

 

//user value

 This.SetYAxisLeftValueBaseLine("100");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind