优化代码,更好的支持自定义图表

This commit is contained in:
monitor1394
2021-04-27 12:47:46 +08:00
parent 3933420cf6
commit 6a76f25b7d
35 changed files with 611 additions and 643 deletions

View File

@@ -152,7 +152,7 @@ namespace XCharts
CheckTooltip();
CheckRefreshChart();
CheckRefreshLabel();
CheckAnimation();
Internal_CheckAnimation();
foreach (var draw in m_DrawSeries) draw.Update();
}
@@ -716,7 +716,7 @@ namespace XCharts
}
}
protected void CheckAnimation()
public void Internal_CheckAnimation()
{
if (!m_CheckAnimation)
{