<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetGaugeDataPosition |
Sets the position of the gauge data.
Prototype :
void SetGaugeDataPosition
(
string GaugeDataPosition
)
Arguments :
GaugeDataPosition |
refer to ChartGaugeDataPositionConst |
Reference :
It works only if the return value of IsShowData is true.
Example :
//string
This.SetGaugeDataPosition("Out");
//constant
This.SetGaugeDataPosition(ChartGaugeDataPositionConst.Out);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind
See also :