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