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

 

SetYAxisLeftValueGap

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetYAxisLeftValueGap

 

 

Sets the gap between values on the left Y axis.

 

 

 

Prototype :

 

void SetYAxisLeftValueGap

(

        string YAxisLeftValueGap

)

 

 

 

Arguments :

 

YAxisLeftValueGap

gap between values

 

 

 

Reference :

 

If set to the empty string (""), the gap will be set to MIN.

 

 

 

Example :

 

This.SetYAxisLeftValueGap("30");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind