<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetGaugeBarThick |
Sets the thickness of the gauge needle.
Prototype :
void SetGaugeBarThick
(
integer GaugeBarThick
)
Arguments :
GaugeBarThick |
gauge needle thickness |
Reference :
The value must be in the range of 0 ~ 20.
Example :
This.SetGaugeBarThick(10);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind