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