修复Legend点击时SerieLabel不刷新的问题

This commit is contained in:
monitor1394
2023-02-28 13:11:18 +08:00
parent 8c6d013341
commit c42ca0f097
3 changed files with 3 additions and 0 deletions

View File

@@ -647,6 +647,7 @@ namespace XCharts.Runtime
public void SetSerieActive(Serie serie, bool active)
{
serie.show = active;
serie.RefreshLabel();
serie.AnimationReset();
if (active) serie.AnimationFadeIn();
UpdateLegendColor(serie.serieName, active);