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

 

SetYAxisRightValueGap

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetYAxisRightValueGap

 

 

Sets the gap between data items on the right Y axis.

 

 

 

Prototype :

 

void SetYAxisRightValueGap

(

        string YAxisRightValueGap

)

 

 

 

Arguments :

 

YAxisRightValueGap

gap between data items

 

 

 

Reference :

 

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

 

 

 

Example :

 

This.SetYAxisRightValueGap("30");

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind