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

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

View File

@@ -1,7 +1,8 @@
# 更新日志
* (2020.05.27) 优化柱状图的渐变色效果
* (2020.05.27) 修复调用`UpdateDataName()`接口时不会自动刷新的问题
* (2020.05.27) 优化`柱状图`的渐变色效果
* (2020.05.24) 修复`Axis`同时设置`boundaryGap``alignWithLabel``Tick`绘制异常的问题
* (2020.05.24) 优化版本更新检测
* (2020.05.22) 发布`v1.5.0`版本

View File

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