mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-28 03:58:49 +00:00
增加Serie部分配置修改时的自刷新
This commit is contained in:
@@ -1041,6 +1041,12 @@ namespace XCharts.Runtime
|
||||
titleDirty = true;
|
||||
}
|
||||
|
||||
public override void SetVerticesDirty()
|
||||
{
|
||||
base.SetVerticesDirty();
|
||||
handler.ForceUpdateSerieContext();
|
||||
}
|
||||
|
||||
private bool AnySerieDataVerticesDirty()
|
||||
{
|
||||
if (IsPerformanceMode())
|
||||
|
||||
Reference in New Issue
Block a user