修复调用UpdateDataName()接口时不会自动刷新的问题

This commit is contained in:
monitor1394
2020-05-27 09:28:50 +08:00
parent 36af48adaa
commit e62304d7fd
2 changed files with 4 additions and 1 deletions

View File

@@ -591,6 +591,8 @@ namespace XCharts
{
m_Legend.SetAllDirty();
serie.ClearNameDirty();
RefreshChart();
break;
}
}
}