Methods
-
-
增加一组数据
Parameters:
Name |
Type |
Description |
strName |
String
|
x轴名称 |
arrData |
Array
|
数据 |
-
-
增加一项数据
Parameters:
Name |
Type |
Description |
strName |
String
|
系列名称 |
strColor |
String
|
颜色 |
arrData |
Array
|
数据 |
-
-
修改一组数据
Parameters:
Name |
Type |
Description |
nIndex |
Number
|
下标 |
strName |
String
|
x轴名称 |
arrData |
Array
|
数据 |
-
-
修改一项数据
Parameters:
Name |
Type |
Description |
nIndex |
Number
|
下标 |
strName |
String
|
系列名称 |
strColor |
String
|
颜色 |
arrData |
Array
|
数据 |
-
-
修改x轴标签
Parameters:
Name |
Type |
Description |
arrData |
Array
|
标签 |
-
-
清除所有
-
-
删除一组数据
Parameters:
Name |
Type |
Description |
nIndex |
Number
|
下标 |
-
-
删除一项数据
Parameters:
Name |
Type |
Description |
nIndex |
Number
|
下标 |
-
-
返回一组数据
Parameters:
Name |
Type |
Description |
nIndex |
Number
|
下标 |
Returns:
Array
-
-
获取一项数据
Parameters:
Name |
Type |
Description |
nIndex |
Number
|
下标 |
Returns:
Array