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