<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetPieAxisThickPercent |
Sets the thick ratio of the pie axis in percentage.
Prototype :
void SetPieAxisThickPercent
(
integer PieAxisThickPercent
)
Arguments :
PieAxisThickPercent |
thick ratio in percentage |
Reference :
The value must be in the range of 0 ~ 100.
Example :
This.SetPieAxisThickPercent(30);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind