<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetPieReverse |
Sets the pie reverse.
Prototype :
void SetPieReverse
(
bool PieReverse
)
Arguments :
PieReverse |
true for reversed pie |
Example :
This.SetPieReverse(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind