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

 

SetXAxisValueAutoMax

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetXAxisValueAutoMax

 

 

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

 

 

 

Prototype :

 

void SetXAxisValueAutoMax

(

        bool XAxisValueAutoMax

)

 

 

 

Arguments :

 

XAxisValueAutoMax

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

 

 

 

Example :

 

This.SetXAxisValueAutoMax(true);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind