修复SerieClone时动画异常问题 (#320)

This commit is contained in:
monitor1394
2024-06-06 13:07:34 +08:00
parent 96cb7ffc74
commit 922901380e
2 changed files with 2 additions and 0 deletions

View File

@@ -2083,6 +2083,7 @@ namespace XCharts.Runtime
{
var newSerie = Activator.CreateInstance(GetType()) as Serie;
SerieHelper.CopySerie(this, newSerie);
newSerie.animation = new AnimationStyle();
return newSerie;
}
}