修复Seriestate在代码动态设置时不刷新的问题

This commit is contained in:
monitor1394
2024-06-04 08:40:43 +08:00
parent 74cf4fe4ce
commit 96cb7ffc74
4 changed files with 15 additions and 0 deletions

View File

@@ -1467,6 +1467,7 @@ the data struct of graph.
|GetNodesTotalValue()||public static double GetNodesTotalValue(List<GraphNode> nodes)|
|GetRootNodes()||public List<GraphNode> GetRootNodes()|
|GraphData()||public GraphData(bool directed)|
|IsAllNodeInZeroPosition()||public bool IsAllNodeInZeroPosition()|
|Refresh()||public void Refresh()|
## GraphEdge