Methods
-
-
添加柱状数据
Parameters:
Name |
Type |
Description |
arrData |
Array
|
柱状数据 |
-
-
添加k线数据
Parameters:
Name |
Type |
Description |
arrData |
Array
|
k线数据 |
strName |
String
|
系列名称 |
nIndex1 |
Number
|
日期索引下标 |
nIndex2 |
Number
|
开盘索引下标 |
nIndex3 |
Number
|
收盘索引下标 |
nIndex4 |
Number
|
最低值索引下标 |
nIndex5 |
Number
|
最高值索引下标 |
-
-
添加折线数据
Parameters:
Name |
Type |
Description |
arrData |
Array
|
折线数据 |
strName |
String
|
系列名称 |
-
-
修改k数据
Parameters:
Name |
Type |
Description |
strName |
String
|
日期名称 |
nIndex |
Number
|
索引下标 |
fValue |
Float
|
数值 |
-
-
删除数据
Parameters:
Name |
Type |
Description |
nIndex |
Number
|
索引下标 |
-
-
获取k数据
Parameters:
Name |
Type |
Description |
strName |
String
|
日期名称 |
nIndex |
Number
|
索引下标 |
Returns:
Float
- }
-
-
清空