Methods
-
-
增加数据
Parameters:
Name |
Type |
Description |
strData1 |
String
|
x轴数据 |
arrData2 |
Array
|
数据 |
-
-
增加一条折线
Parameters:
Name |
Type |
Description |
strName |
String
|
折线名称 |
arrData |
Array
|
数据 |
strColor1 |
String
|
区域颜色 |
strColor2 |
String
|
颜色 |
-
-
删除所有数据
-
-
删除一列数据
Parameters:
Name |
Type |
Description |
strName |
String
|
x轴数据名称 |
-
-
删除数据
Parameters:
Name |
Type |
Description |
strLineName |
String
|
折线名称 |
-
-
查询折线数据
Parameters:
Name |
Type |
Description |
strLineName |
String
|
折线名称 |
Returns:
Array
-
-
根据x轴查询折线数据
Parameters:
Name |
Type |
Description |
strName |
String
|
x轴数据名称 |
Returns:
Array
-
-
查询折线的一个数据
Parameters:
Name |
Type |
Description |
strLineName |
String
|
折线名称 |
nIndex |
Number
|
下标 |
Returns:
Number
-
-
通过名称下标修改图列名称
Parameters:
Name |
Type |
Description |
strLegendName |
String
|
图列名称 |
strName |
String
|
新名称 |
-
-
通过名称下标修改数据
Parameters:
Name |
Type |
Description |
strLineName |
String
|
折线名称 |
nIndex |
Number
|
下标 |
nValue |
Number
|
数据 |
Properties:
Name |
Type |
Description |
LineDataByName |
Collection
|
["联盟广告",2,191] |
-
-
通过下标修改x轴数据
Parameters:
Name |
Type |
Description |
nIndex |
Number
|
下标 |
strValue |
String
|
数据 |
Properties:
Name |
Type |
Description |
xAxisDataByIndex |
Collection
|
[0 ,"周一"] |