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

 

SetGaugeLengthAngle

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetGaugeLengthAngle

 

 

Sets the angle length of the gauge.

 

 

 

Prototype :

 

void SetGaugeLengthAngle

(

        integer GaugeLengthAngle

)

 

 

 

Arguments :

 

GaugeLengthAngle

angle length

 

 

 

Reference :

 

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

 

 

 

Example :

 

This.SetGaugeLengthAngle(180);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind