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

 

SetXAxisValueAutoMin

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetXAxisValueAutoMin

 

 

Specify whether to set the min value of X axis automatically.

 

 

 

Prototype :

 

void SetXAxisValueAutoMin

(

        bool XAxisValueAutoMin

)

 

 

 

Arguments :

 

XAxisValueAutoMin

true for automatic setting of the min value of the X axis

 

 

 

Example :

 

This.SetXAxisValueAutoMin(true);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind