Methods
-
-
增加一个数据
Parameters:
Name |
Type |
Description |
nValue |
Number
|
数据值 |
strName |
String
|
名称 |
-
-
删除一个数据
Parameters:
Name |
Type |
Description |
nIndex |
Number
|
下标 |
-
-
删除全部数据
-
-
获取全部数据
Returns:
Array
- 全部数据
-
-
获取一组数据
Parameters:
Name |
Type |
Description |
nIndex |
Number
|
索引 |
Returns:
Number
- 数据
-
-
获取图例文本
Parameters:
Name |
Type |
Description |
nIndex |
Number
|
索引 |
Returns:
String
- 图例文本
-
-
修改填充的渐变色
Parameters:
Name |
Type |
Description |
strColor1 |
String
|
颜色1 |
strColor2 |
String
|
颜色2 |
strColor3 |
String
|
颜色3 |
strColor4 |
String
|
颜色4 |
-
-
修改一组数据
Parameters:
Name |
Type |
Description |
nIndex |
Number
|
索引 |
nData |
Number
|
雷达图数据 |
Properties:
Name |
Type |
Description |
DataByIndex |
Collection
|
[0,60] |
-
-
修改图例文本
Parameters:
Name |
Type |
Description |
nIndex |
Number
|
索引 |
strName |
String
|
名称 |
Properties:
Name |
Type |
Description |
IndicatorName |
Collection
|
[0,"示例一"] |
-
-
设置雷达图数据
Parameters:
Name |
Type |
Description |
arrData |
Array
|
雷达图数据 |
Properties:
Name |
Type |
Description |
RadarData |
Array
|
[60,90,60,80,58,72] |