@@ -73,7 +73,11 @@ export class InfoMsg extends SGraphItem {
item.backgroundColor = new SColor(data.style.default.backgroundColor);
}
-
+ /**
+ * 设置信息点值
+ *
+ * @param val
+ */
setInfoValue(val:string) {
this.InfoValue.text = val;