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

 

SetGaugeAxisThickPercent

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetGaugeAxisThickPercent

 

 

Sets the thick ratio of the gauge axis in percentage.

 

 

 

Prototype :

 

void SetGaugeAxisThickPercent

(

        integer GaugeAxisThickPercent

)

 

 

 

Arguments :

 

GaugeAxisThickPercent

thick percentage ratio

 

 

 

Reference :

 

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

 

 

 

Example :

 

This.SetGaugeAxisThickPercent(30);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind