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

 

SetPieVerticalGap

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetPieVerticalGap

 

 

Sets the vertical gap between pie charts.

 

 

 

Prototype :

 

void SetPieVerticalGap

(

        float PieVerticalGap

)

 

 

 

Arguments :

 

PieVerticalGap

vertical gap

 

 

 

Example :

 

This.SetPieVerticalGap(30);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind