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

 

SetXAxisValueBaseLine

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetXAxisValueBaseLine

 

 

Sets the value of X axis base line.

 

 

 

Prototype :

 

void SetXAxisValueBaseLine

(

        string XAxisValueBaseLine

)

 

 

 

Arguments :

 

XAxisValueBaseLine

the value of X axis base line

 

 

 

Reference :

 

The value can be MIN, MAX or user value.

 

 

 

Example :

 

//set to min value

 This.SetXAxisValueBaseLine("MIN");

 

//set to max value

 This.SetXAxisValueBaseLine("MAX");

 

//set to user value

 This.SetXAxisValueBaseLine("100");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind