XUIGaugePie()

new XUIGaugePie()

Methods

GetPieValue() → {Number}

获取数据
Returns:
Number

SetGaugeCenter(arrGaugeCenter)

仪表盘外环位置
Parameters:
Name Type Description
arrGaugeCenter Array 仪表盘外环位置
Properties:
Name Type Description
GaugeCenter Array ["50%","50%"]

SetPieCenter(arrPieCenter)

外层饼图的位置
Parameters:
Name Type Description
arrPieCenter Array 外层饼图的位置
Properties:
Name Type Description
PieCenter Array ["50%","50%"]

SetPieValue(nPieValue)

修改数据
Parameters:
Name Type Description
nPieValue Number 需修改的值
Properties:
Name Type Description
PieValue Number 6100

SetValueRange(nValueMin, nValueMax)

仪表盘显示范围
Parameters:
Name Type Description
nValueMin Number 仪表盘最小值
nValueMax Number 仪表盘最大值
Properties:
Name Type Description
ValueRange Collection [0,10000]