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