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

 

SetPieLengthAngle

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetPieLengthAngle

 

 

Sets the sweep angle of a pie.

 

 

 

Prototype :

 

void SetPieLengthAngle

(

        integer PieLengthAngle

)

 

 

 

Arguments :

 

PieLengthAngle

sweep angle

 

 

 

Reference :

 

The value must be in the range of 0 ~ 360.

 

 

 

Example :

 

This.SetPieLengthAngle(180);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind