增加PieChart的Animation初始化动画配置支持

This commit is contained in:
monitor1394
2019-09-05 09:21:37 +08:00
parent 585da7ea18
commit 1683bb82d5
5 changed files with 4329 additions and 4282 deletions

View File

@@ -797,8 +797,10 @@ namespace XCharts
{
foreach (var serie in m_Series)
{
if(serie.animation.enable)
if (serie.animation.enable)
{
serie.animation.Start();
}
}
}